This commit is contained in:
wuyanwen 2019-12-14 17:59:11 +08:00
parent eb2fd14f07
commit e6d1517429

View File

@ -1,16 +1,11 @@
<?php <?php
namespace catchAdmin\login\controller; namespace catchAdmin\login\controller;
use catchAdmin\login\LoginEvent;
use catchAdmin\login\LoginLogListener;
use catchAdmin\user\Auth; use catchAdmin\user\Auth;
use catchAdmin\login\request\LoginRequest; use catchAdmin\login\request\LoginRequest;
use catchAdmin\user\model\Users;
use catcher\base\CatchController; use catcher\base\CatchController;
use catcher\CatchResponse; use catcher\CatchResponse;
use think\captcha\Captcha; use think\captcha\Captcha;
use think\Event;
use think\facade\Db;
class Index extends CatchController class Index extends CatchController
{ {