Browse Source

Maintain alphabetical order

Andy 9 years ago
parent
commit
d64b5a52af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/lang/en/validation.php

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

@@ -70,8 +70,8 @@ return [
         'string'  => 'The :attribute must be :size characters.',
         'array'   => 'The :attribute must contain :size items.',
     ],
-    'timezone'             => 'The :attribute must be a valid zone.',
     'string'               => 'The :attribute must be a string.',
+    'timezone'             => 'The :attribute must be a valid zone.',
     'unique'               => 'The :attribute has already been taken.',
     'url'                  => 'The :attribute format is invalid.',