Skip to content

Commit aa5d6be

Browse files
Fix.
1 parent 968fdad commit aa5d6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ValidationRules/NotInValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NotInValidation implements ValidationRule {
1111
* @return string
1212
*/
1313
public function getIdentifier() {
14-
return "in";
14+
return "not_in";
1515
}
1616

1717
/**

0 commit comments

Comments
 (0)