Skip to content

Commit 8fbed8e

Browse files
committed
[Validator] Fix ValidValidator group cascading usage
1 parent 317a561 commit 8fbed8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Constraints/ValidValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public function validate($value, Constraint $constraint)
3333
$this->context
3434
->getValidator()
3535
->inContext($this->context)
36-
->validate($value, null, [$this->context->getGroup()]);
36+
->validate($value, null, $this->context->getGroup());
3737
}
3838
}

0 commit comments

Comments
 (0)