Browse Source

Remove extra not_in.

Taylor Otwell 11 years ago
parent
commit
1a6230b82a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/lang/en/validation.php

+ 0 - 1
app/lang/en/validation.php

@@ -35,7 +35,6 @@ return array(
 	"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(