From 79c381353d8feafef056262f454c4b4b76641ba1 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 11 May 2016 12:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/App.php | 1 - library/think/Request.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/library/think/App.php b/library/think/App.php index 7f5f2c21..b8f7556e 100644 --- a/library/think/App.php +++ b/library/think/App.php @@ -28,7 +28,6 @@ class App */ public static function run($request) { - // 初始化应用(公共模块) self::initModule(COMMON_MODULE, Config::get()); diff --git a/library/think/Request.php b/library/think/Request.php index f502869a..f88f4e51 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -101,7 +101,7 @@ class Request * 初始化 * @access public * @param array $options 参数 - * @return object + * @return \think\Request */ public static function instance($options = []) {