From f317df1506fa57b12226b5e1ec8af09dcd0721de Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 1 Sep 2016 11:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=88=AB=E5=90=8D=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/App.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/think/App.php b/library/think/App.php index b781d75b..bfaca8d2 100644 --- a/library/think/App.php +++ b/library/think/App.php @@ -449,11 +449,6 @@ class App $config = Config::load(CONF_PATH . $module . $config['app_status'] . CONF_EXT); } - // 加载别名文件 - if (is_file(CONF_PATH . $module . 'alias' . EXT)) { - Loader::addClassMap(include CONF_PATH . $module . 'alias' . EXT); - } - // 加载行为扩展文件 if (is_file(CONF_PATH . $module . 'tags' . EXT)) { Hook::import(include CONF_PATH . $module . 'tags' . EXT);