From 55bd952946d87b9b0433ec5dda28789bf1432337 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sat, 9 Jul 2016 17:24:07 +0800 Subject: [PATCH] Add language line for file validation rule. Signed-off-by: crynobone --- fixture/resources/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/fixture/resources/lang/en/validation.php b/fixture/resources/lang/en/validation.php index b720584..28c6677 100644 --- a/fixture/resources/lang/en/validation.php +++ b/fixture/resources/lang/en/validation.php @@ -38,6 +38,7 @@ 'distinct' => 'The :attribute field has a duplicate value.', 'email' => 'The :attribute must be a valid email address.', 'exists' => 'The selected :attribute is invalid.', + 'file' => 'The :attribute must be a file.', 'filled' => 'The :attribute field is required.', 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.',