From 8d4b2ae630c0e4fbdacc3995145c0aa1598a8f13 Mon Sep 17 00:00:00 2001 From: huangdijia Date: Tue, 16 Feb 2016 17:54:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=87=AA=E5=8B=95=E7=94=9F?= =?UTF-8?q?=E6=88=90Model=E5=91=BD=E5=90=8D=E7=A9=BA=E9=96=93=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Build.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/think/Build.php b/library/think/Build.php index 6d977652..1285f432 100644 --- a/library/think/Build.php +++ b/library/think/Build.php @@ -101,10 +101,10 @@ class Build $namespace = APP_NAMESPACE . '\\' . ($module ? $module . '\\' : '') . $path; switch ($path) { case CONTROLLER_LAYER: // 控制器 - $content = "