mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	format
This commit is contained in:
		| @@ -19,12 +19,12 @@ class ForgetIndex extends FormRequest | ||||
|             'email_code' => 'required' | ||||
|         ]; | ||||
|     } | ||||
|      | ||||
|  | ||||
|     public function messages() | ||||
|     { | ||||
|         return [ | ||||
|             'email.required' => '邮箱不能为空', | ||||
|             'email.email'  => '邮箱格式不正确', | ||||
|             'email.email' => '邮箱格式不正确', | ||||
|             'password.required' => '密码不能为空', | ||||
|             'password.min' => '密码必须大于8位数', | ||||
|             'email_code.required' => '邮箱验证码不能为空' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user