mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-03 05:52:48 +08:00
修正控制器错误
This commit is contained in:
@@ -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' => '',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user