From dfcfd785578c6c684e8d60b53ffc877864275508 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Thu, 9 Jan 2020 22:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/login/request/LoginRequest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catch/login/request/LoginRequest.php b/catch/login/request/LoginRequest.php index 772cabe..b392a8e 100644 --- a/catch/login/request/LoginRequest.php +++ b/catch/login/request/LoginRequest.php @@ -5,6 +5,8 @@ use catcher\base\CatchRequest; class LoginRequest extends CatchRequest { + protected $needCreatorId = false; + protected function rules(): array { // TODO: Implement rules() method.