ImplicitRule.php 98 B

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