mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
调整
This commit is contained in:
@@ -106,9 +106,6 @@ class App
|
|||||||
APP_PATH . 'lang' . DS . $request->langset() . EXT,
|
APP_PATH . 'lang' . DS . $request->langset() . EXT,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// 监听app_dispatch
|
|
||||||
Hook::listen('app_dispatch');
|
|
||||||
|
|
||||||
// 获取应用调度信息
|
// 获取应用调度信息
|
||||||
$dispatch = self::$dispatch;
|
$dispatch = self::$dispatch;
|
||||||
// 监听 app_dispatch
|
// 监听 app_dispatch
|
||||||
|
|||||||
Reference in New Issue
Block a user