Skip to content

Commit 0cf34a3

Browse files
committed
Merge pull request laravel#3465 from jumilla/patch-1
Sorted by alphabetic.
2 parents 9b359ba + 191c687 commit 0cf34a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
'digits' => 'The :attribute must be :digits digits.',
3636
'digits_between' => 'The :attribute must be between :min and :max digits.',
3737
'email' => 'The :attribute must be a valid email address.',
38-
'filled' => 'The :attribute field is required.',
3938
'exists' => 'The selected :attribute is invalid.',
39+
'filled' => 'The :attribute field is required.',
4040
'image' => 'The :attribute must be an image.',
4141
'in' => 'The selected :attribute is invalid.',
4242
'integer' => 'The :attribute must be an integer.',

0 commit comments

Comments
 (0)