mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-09 08:02:48 +08:00
前置操作不存在时抛出异常
This commit is contained in:
@@ -91,10 +91,8 @@ class Controller
|
||||
}
|
||||
}
|
||||
|
||||
if (method_exists($this, $method)) {
|
||||
call_user_func([$this, $method]);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 加载模板输出
|
||||
|
||||
Reference in New Issue
Block a user