Browse Source

Merge pull request #3465 from jumilla/patch-1

Sorted by alphabetic.
Taylor Otwell 8 years ago
parent
commit
0cf34a3bc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/lang/en/validation.php

+ 1 - 1
resources/lang/en/validation.php

@@ -35,8 +35,8 @@ return [
     'digits'               => 'The :attribute must be :digits digits.',
     'digits_between'       => 'The :attribute must be between :min and :max digits.',
     'email'                => 'The :attribute must be a valid email address.',
-    'filled'               => 'The :attribute field is required.',
     'exists'               => 'The selected :attribute is invalid.',
+    'filled'               => 'The :attribute field is required.',
     'image'                => 'The :attribute must be an image.',
     'in'                   => 'The selected :attribute is invalid.',
     'integer'              => 'The :attribute must be an integer.',