From f8c63f716727cec1c830802c87dcf6092ed325d0 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 14 Nov 2017 17:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/App.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/think/App.php b/library/think/App.php index a0c4851f..2478f793 100644 --- a/library/think/App.php +++ b/library/think/App.php @@ -106,9 +106,6 @@ class App APP_PATH . 'lang' . DS . $request->langset() . EXT, ]); - // 监听app_dispatch - Hook::listen('app_dispatch'); - // 获取应用调度信息 $dispatch = self::$dispatch; // 监听 app_dispatch