From 9446685da9de3079542c4bf7dd3c4f137352f51e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 21 May 2015 08:14:40 -0500 Subject: [PATCH] Fix order of validation rules. --- resources/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index ecc9e372..bc6e4088 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -70,9 +70,9 @@ "string" => "The :attribute must be :size characters.", "array" => "The :attribute must contain :size items.", ], + "timezone" => "The :attribute must be a valid zone.", "unique" => "The :attribute has already been taken.", "url" => "The :attribute format is invalid.", - "timezone" => "The :attribute must be a valid zone.", /* |--------------------------------------------------------------------------