Browse Source

add langiage line for uploaded validation rule

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

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

@@ -81,6 +81,7 @@ return [
     'string'               => 'The :attribute must be a string.',
     'timezone'             => 'The :attribute must be a valid zone.',
     'unique'               => 'The :attribute has already been taken.',
+    'uploaded'             => 'The :attribute uploading failed.',
     'url'                  => 'The :attribute format is invalid.',
 
     /*