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