From 1a6230b82aa5a17341715e82ab99723d9351791d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 29 Mar 2013 07:54:06 -0500 Subject: [PATCH] Remove extra not_in. --- app/lang/en/validation.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index dd979e88..a6107907 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -35,7 +35,6 @@ "exists" => "The selected :attribute is invalid.", "image" => "The :attribute must be an image.", "in" => "The selected :attribute is invalid.", - "not_in" => "The selected :attribute is invalid.", "integer" => "The :attribute must be an integer.", "ip" => "The :attribute must be a valid IP address.", "max" => array(