Test.php 120 B

12345678910
  1. <?php
  2. namespace App\Module\UrausSys\Validators;
  3. use Inhere\Validate\Validation;
  4. class Test implements Validator
  5. {
  6. }