Add new password rule language line

This commit is contained in:
Dries Vints 2019-10-08 11:26:03 +02:00
parent 7d72850619
commit 050c1d880e
No known key found for this signature in database
GPG Key ID: BDD2ED2E8C8025E7
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
'not_in' => 'The selected :attribute is invalid.',
'not_regex' => 'The :attribute format is invalid.',
'numeric' => 'The :attribute must be a number.',
'password' => 'The password is incorrect.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',