Browse Source

keep the lines sorted

Mohamed Said 9 years ago
parent
commit
fa6c48d27c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/lang/en/validation.php

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

@@ -57,8 +57,8 @@ return [
     ],
     'not_in'               => 'The selected :attribute is invalid.',
     'numeric'              => 'The :attribute must be a number.',
-    'regex'                => 'The :attribute format is invalid.',
     'present'              => 'The :attribute field must be present.',
+    'regex'                => 'The :attribute format is invalid.',
     'required'             => 'The :attribute field is required.',
     'required_if'          => 'The :attribute field is required when :other is :value.',
     'required_unless'      => 'The :attribute field is required unless :other is in :values.',