mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正一处controller注释
This commit is contained in:
@@ -41,7 +41,7 @@ class Controller
|
|||||||
$this->_initialize();
|
$this->_initialize();
|
||||||
}
|
}
|
||||||
// 前置操作方法
|
// 前置操作方法
|
||||||
// 支持 ['action1','action2'] 或者 ['action1'=>['only'=>'index'],'action2'=>'except'=>'login']
|
// 支持 ['action1','action2'] 或者 ['action1'=>['only'=>'index'],'action2'=>['except'=>'login']]
|
||||||
$list = $this->config['before_action_list'];
|
$list = $this->config['before_action_list'];
|
||||||
if ($list) {
|
if ($list) {
|
||||||
foreach ($list as $method => $options) {
|
foreach ($list as $method => $options) {
|
||||||
|
|||||||
Reference in New Issue
Block a user