From bcd165ff5e4e41c39d422ef0885cf582de7bec18 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 21 Mar 2013 13:46:19 -0500 Subject: [PATCH] Fix validation language line. --- app/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index 1d0fb8c0..e25756cd 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -48,7 +48,7 @@ "file" => "The :attribute must be at least :min kilobytes.", "string" => "The :attribute must be at least :min characters.", ), - "notin" => "The selected :attribute is invalid.", + "not_in" => "The selected :attribute is invalid.", "numeric" => "The :attribute must be a number.", "regex" => "The :attribute format is invalid.", "required" => "The :attribute field is required.",