RuleExample.php 301 B

1234567891011121314151617181920
  1. <?php declare(strict_types=1);
  2. /**
  3. * Created by PhpStorm.
  4. * User: inhere
  5. * Date: 2019-01-11
  6. * Time: 00:00
  7. */
  8. namespace Inhere\ValidateTest\Example;
  9. use Inhere\Validate\Validation;
  10. /**
  11. * Class RuleExample
  12. *
  13. * @package Inhere\ValidateTest\Example
  14. */
  15. class RuleExample extends Validation
  16. {
  17. }