Add message for "Not Regex" validation rule

This commit is contained in:
vlakoff 2018-03-10 02:44:56 +01:00
parent 098b8a4883
commit 293fae6bd8
1 changed files with 1 additions and 0 deletions

View File

@ -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.',