|
|
@@ -46,7 +46,7 @@ return [
|
|
|
'email' => 'The :attribute must be a valid email address.',
|
|
|
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
|
|
'enum' => 'The selected :attribute is invalid.',
|
|
|
- 'exists' => 'The selected :attribute is invalid.',
|
|
|
+ 'exists' => 'The selected :attribute is exists.',
|
|
|
'file' => 'The :attribute must be a file.',
|
|
|
'filled' => 'The :attribute field must have a value.',
|
|
|
'gt' => [
|