We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b359ba + 191c687 commit 0cf34a3Copy full SHA for 0cf34a3
resources/lang/en/validation.php
@@ -35,8 +35,8 @@
35
'digits' => 'The :attribute must be :digits digits.',
36
'digits_between' => 'The :attribute must be between :min and :max digits.',
37
'email' => 'The :attribute must be a valid email address.',
38
- 'filled' => 'The :attribute field is required.',
39
'exists' => 'The selected :attribute is invalid.',
+ 'filled' => 'The :attribute field is required.',
40
'image' => 'The :attribute must be an image.',
41
'in' => 'The selected :attribute is invalid.',
42
'integer' => 'The :attribute must be an integer.',
0 commit comments