Skip to content

Commit

Permalink
Merge pull request #301 from franmomu/patch-1
Browse files Browse the repository at this point in the history
Add missing property
  • Loading branch information
excelwebzone committed Apr 27, 2023
2 parents e804da1 + 785ebbb commit 55ae086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Validator/Constraints/IsTrueValidatorV3.php
Expand Up @@ -21,6 +21,9 @@ class IsTrueValidatorV3 extends ConstraintValidator

/** @var float */
private $scoreThreshold;

/** @var ReCaptcha */
private $reCaptcha;

/** @var RequestStack */
private $requestStack;
Expand Down

0 comments on commit 55ae086

Please sign in to comment.