We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f74838 commit 0ea9e4dCopy full SHA for 0ea9e4d
src/Cascade.php
@@ -4,7 +4,7 @@
4
5
use Symfony\Component\Validator\Constraint;
6
7
-#[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD)]
+#[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
8
class Cascade extends Constraint
9
{
10
public function __construct(
0 commit comments