Remove: Unused import

This commit is contained in:
HFO4 2019-03-17 16:32:59 +08:00
parent 3c7aedc195
commit 836cb1a9c7

View file

@ -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;