We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968fdad commit aa5d6beCopy full SHA for aa5d6be
1 file changed
src/ValidationRules/NotInValidation.php
@@ -11,7 +11,7 @@ class NotInValidation implements ValidationRule {
11
* @return string
12
*/
13
public function getIdentifier() {
14
- return "in";
+ return "not_in";
15
}
16
17
/**
0 commit comments