System.php 93 B

123456789
  1. <?php
  2. namespace app\common\validate;
  3. use think\Validate;
  4. class System extends Validate
  5. {
  6. }