Skip to content

Commit a2a49b5

Browse files
fix (#44993)
1 parent acd4f4b commit a2a49b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Validation/Rules/NotIn.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ class NotIn
66
{
77
/**
88
* The name of the rule.
9+
*
10+
* @var string
911
*/
1012
protected $rule = 'not_in';
1113

0 commit comments

Comments
 (0)