Merge pull request #4602 from vlakoff/not_regex

[5.6] Add message for "Not Regex" validation rule
This commit is contained in:
Taylor Otwell 2018-03-10 09:48:50 -06:00 committed by GitHub
commit f013a48879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.',