更新用户登录验证

This commit is contained in:
yaooo 2023-10-27 14:11:04 +08:00
parent 32582e7150
commit 44916e28c6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ use think\exception\ValidateException;
class User extends BaseController
{
/**
* 控制器中间件 [登录、注册 不需要鉴权]
* 控制器中间件 [登录不需要鉴权]
* @var array
*/
protected $middleware = [