改进代码

This commit is contained in:
thinkphp
2016-06-07 22:26:03 +08:00
parent 36a0f4456d
commit a7f9fa3603
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ use think\Request;
class Validate
{
// 实例
protected static $instance = null;
protected static $instance;
// 自定义的验证类型
protected static $type = [];