修正控制器错误

This commit is contained in:
thinkphp
2015-09-26 21:01:25 +08:00
parent e58fa93b59
commit 5c00b163ae

View File

@@ -17,9 +17,9 @@ class Controller {
// 视图类实例
protected $view = null;
protected $config = [
'before_action_list' = [],
'success_tmpl' = '',
'error_tmpl' = '',
'before_action_list' => [],
'success_tmpl' => '',
'error_tmpl' => '',
];
/**