Add ends_with validation message (#5020)

This commit is contained in:
Jason McCreary 2019-05-09 20:07:43 -04:00 committed by Taylor Otwell
parent fbd3ad7bbb
commit 93c6874189
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ return [
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'ends_with' => 'The :attribute must end with one of the following: :values',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field must have a value.',