修复更新后基类未引入Hook和Config类的BUG

pull/54/head
Karson 2018-03-27 18:24:30 +08:00
parent 8fa5cc82e8
commit e8f85f531a
1 changed files with 2 additions and 0 deletions

View File

@ -3,8 +3,10 @@
namespace app\common\controller;
use app\common\library\Auth;
use think\Config;
use think\exception\HttpResponseException;
use think\exception\ValidateException;
use think\Hook;
use think\Lang;
use think\Loader;
use think\Request;