Test.php 122 B

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