Commit b593b109 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1706 from billmn/develop

Added "Not In" rule translation (fix issue #1701)
parents d2928272 5c42c5d2
......@@ -35,6 +35,7 @@ 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(
......@@ -88,4 +89,4 @@ return array(
'attributes' => array(),
);
\ No newline at end of file
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment