From 19fe3effeaa7b022d45573876612c60219d32388 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 5 Jan 2016 09:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BLoader=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Loader.php b/library/think/Loader.php index a022a0dd..c86b3c53 100644 --- a/library/think/Loader.php +++ b/library/think/Loader.php @@ -233,7 +233,7 @@ class Loader if (strpos($name, ':')) { list($class, $name) = explode(':', $name); } else { - $class = 'think\\model'; + $class = 'think\\Model'; } $guid = $name . '_' . $class; if (!isset($_model[$guid])) {