8000 Merge pull request #1706 from billmn/develop · hicode/laravel@b593b10 · GitHub
[go: up one dir, main page]

Skip to content

Commit b593b10

Browse files
committed
Merge pull request laravel#1706 from billmn/develop
Added "Not In" rule translation (fix issue #1701)
2 parents d292827 + 5c42c5d commit b593b10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/lang/en/validation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"exists" => "The selected :attribute is invalid.",
3636
"image" => "The :attribute must be an image.",
3737
"in" => "The selected :attribute is invalid.",
38+
"not_in" => "The selected :attribute is invalid.",
3839
"integer" => "The :attribute must be an integer.",
3940
"ip" => "The :attribute must be a valid IP address.",
4041
"max" => array(
@@ -88,4 +89,4 @@
8889

8990
'attributes' => array(),
9091

91-
);
92+
);

0 commit comments

Comments
 (0)
0