改进代码

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

@@ -22,7 +22,7 @@ class Controller
use \traits\controller\Jump;
// 视图类实例
protected $view = null;
protected $view;
// Request实例
protected $request;
// 验证失败是否抛出异常