13 lines
169 B
PHP
Raw Permalink Normal View History

<?php
/**
* 公共验证基类
* @author yupoxiong<i@yufuping.com>
* @date 2018/12/18
*/
namespace app\common\validate;
class Validate extends \think\Validate
{
}