We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32c3004 + 034f2df commit 8da0650Copy full SHA for 8da0650
src/Cascade.php
@@ -14,7 +14,7 @@ class Cascade extends Constraint
14
/**
15
* @var array Which validation groups to trigger in any child objects
16
*/
17
- private array $trigger = [Constraint::DEFAULT_GROUP];
+ protected array $trigger = [Constraint::DEFAULT_GROUP];
18
19
20
* @param array|null $options
0 commit comments