Test.php 119 B

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