mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 14:22:48 +08:00
添加控制器版本功能 删除 mongodb
This commit is contained in:
@@ -224,7 +224,7 @@ class App
|
||||
// 安全检测
|
||||
throw new Exception('illegal controller name:' . CONTROLLER_NAME, 10000);
|
||||
}
|
||||
$instance = Loader::controller(CONTROLLER_NAME, '', Config::get('empty_controller'));
|
||||
$instance = Loader::controller(CONTROLLER_NAME, '', Config::get('empty_controller'), Input::get(Config::get('var_version')));
|
||||
// 获取当前操作名
|
||||
$action = ACTION_NAME . Config::get('action_suffix');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user