From 836cb1a9c72b8f06a3e5875f3745ba5b63abd8c5 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Sun, 17 Mar 2019 16:32:59 +0800 Subject: [PATCH] Remove: Unused import --- application/index/model/User.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/index/model/User.php b/application/index/model/User.php index 8feb4cef..2cb14161 100644 --- a/application/index/model/User.php +++ b/application/index/model/User.php @@ -3,8 +3,6 @@ namespace app\index\model; use think\Model; use think\Db; -use \think\Session; -use \think\Cookie; use \app\index\model\Option; use \app\index\model\Mail; use think\Validate;