mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 14:17:48 +08:00
format
This commit is contained in:
@ -17,12 +17,12 @@ class CommSendEmailVerify extends FormRequest
|
||||
'email' => 'required|email'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
public function messages()
|
||||
{
|
||||
return [
|
||||
'email.required' => '邮箱不能为空',
|
||||
'email.email' => '邮箱格式不正确'
|
||||
'email.email' => '邮箱格式不正确'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user