修改
This commit is contained in:
parent
eb2fd14f07
commit
e6d1517429
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user