From f6b347b976d4401ba9b4072e650069674fb8f149 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 22 Aug 2014 08:32:07 -0500 Subject: [PATCH] Add language line. --- resources/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index fa89de98..e7599256 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -35,6 +35,7 @@ "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.", "image" => "The :attribute must be an image.", "in" => "The selected :attribute is invalid.",