This commit is contained in:
thinkphp
2016-03-06 22:41:47 +08:00
parent d5870ddb59
commit ae0df81c42
2 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class Validate
];
// 验证失败错误信息
protected static $error = [];
protected static $error = null;
/**
* 设置正则验证规则