This commit is contained in:
thinkphp
2017-11-14 17:20:56 +08:00
parent 06a4aa1fb1
commit f8c63f7167

View File

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