Skip to content

Commit

Permalink
[Validator] Fix ValidValidator group cascading usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Oct 3, 2019
1 parent 9adef07 commit 72684b0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,6 +33,6 @@ public function validate($value, Constraint $constraint)
$this->context
->getValidator()
->inContext($this->context)
->validate($value, null, [$this->context->getGroup()]);
->validate($value, null, $this->context->getGroup());
}
}

0 comments on commit 72684b0

Please sign in to comment.