修改登录

This commit is contained in:
wuyanwen 2020-01-09 22:20:18 +08:00
parent e994d14537
commit dfcfd78557

View File

@ -5,6 +5,8 @@ use catcher\base\CatchRequest;
class LoginRequest extends CatchRequest
{
protected $needCreatorId = false;
protected function rules(): array
{
// TODO: Implement rules() method.