mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 15:42:48 +08:00
修正控制器错误
This commit is contained in:
@@ -17,9 +17,9 @@ class Controller {
|
|||||||
// 视图类实例
|
// 视图类实例
|
||||||
protected $view = null;
|
protected $view = null;
|
||||||
protected $config = [
|
protected $config = [
|
||||||
'before_action_list' = [],
|
'before_action_list' => [],
|
||||||
'success_tmpl' = '',
|
'success_tmpl' => '',
|
||||||
'error_tmpl' = '',
|
'error_tmpl' => '',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user