Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 55ae086

Browse files
authored
Merge pull request #301 from franmomu/patch-1
Add missing property
2 parents e804da1 + 785ebbb commit 55ae086

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Validator/Constraints/IsTrueValidatorV3.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ class IsTrueValidatorV3 extends ConstraintValidator
2121

2222
/** @var float */
2323
private $scoreThreshold;
24+
25+
/** @var ReCaptcha */
26+
private $reCaptcha;
2427

2528
/** @var RequestStack */
2629
private $requestStack;

0 commit comments

Comments
 (0)