From 6679b454519cf6698cb50cf75458ef0a7fb76502 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 5 Sep 2016 16:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/view/driver/Php.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/view/driver/Php.php b/library/think/view/driver/Php.php index d9368692..4b85e898 100644 --- a/library/think/view/driver/Php.php +++ b/library/think/view/driver/Php.php @@ -13,6 +13,7 @@ namespace think\view\driver; use think\App; use think\exception\TemplateNotFoundException; +use think\Loader; use think\Log; use think\Request;