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

View File

@@ -93,6 +93,7 @@ return [
'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.',