ImplicitRule.php 140 B

1234567891011
  1. <?php
  2. namespace Illuminate\Contracts\Validation;
  3. /**
  4. * @deprecated see ValidationRule
  5. */
  6. interface ImplicitRule extends Rule
  7. {
  8. //
  9. }