From f9983b162de487ea88f39855d7ff365eefb8c7f1 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 19 Apr 2016 08:15:42 +0800 Subject: [PATCH] =?UTF-8?q?helper=E5=87=BD=E6=95=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/helper.php b/helper.php index 0e9adb60..95e41d1d 100644 --- a/helper.php +++ b/helper.php @@ -17,6 +17,7 @@ use think\Debug; use think\Input; use think\Lang; use think\Loader; +use think\Log; use think\Route; use think\Session; use think\Url;