This commit is contained in:
thinkphp
2017-11-14 17:20:00 +08:00

View File

@@ -106,6 +106,9 @@ class App
APP_PATH . 'lang' . DS . $request->langset() . EXT,
]);
// 监听app_dispatch
Hook::listen('app_dispatch');
// 获取应用调度信息
$dispatch = self::$dispatch;
// 监听 app_dispatch