From bf1d9c9b9a0caa1c2cc4a023090684d9a814dec2 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Thu, 30 Jun 2016 16:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Loader=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 7c7d6d68..ed206107 100644 --- a/library/think/Loader.php +++ b/library/think/Loader.php @@ -150,7 +150,7 @@ class Loader } // 添加Ps0空间 - private function addPsr0($prefix, $paths, $prepend = false) + private static function addPsr0($prefix, $paths, $prepend = false) { if (!$prefix) { if ($prepend) {