From 5c96950816a6a7572c4c43c0842c2228c0ce49f1 Mon Sep 17 00:00:00 2001 From: Laurence Ioannou Date: Mon, 18 May 2015 23:58:09 +1000 Subject: [PATCH] Update validation.php --- 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 764f05636d2..463f150f858 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -70,6 +70,7 @@ "string" => "The :attribute must be :size characters.", "array" => "The :attribute must contain :size items.", ], + "string" => "The :attribute must be a string.", "unique" => "The :attribute has already been taken.", "url" => "The :attribute format is invalid.", "timezone" => "The :attribute must be a valid zone.",