ImplicitRule.php 98 B

12345678
  1. <?php
  2. namespace Illuminate\Contracts\Validation;
  3. interface ImplicitRule extends Rule
  4. {
  5. //
  6. }