Merge pull request #4602 from vlakoff/not_regex
[5.6] Add message for "Not Regex" validation rule
This commit is contained in:
commit
f013a48879
|
@ -65,6 +65,7 @@
|
|||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
|
|
Loading…
Reference in New Issue