Skip to content

Commit

Permalink
Merge pull request #270 from Martin1982/fix-annotation-error
Browse files Browse the repository at this point in the history
Fixes #269
  • Loading branch information
excelwebzone authored Aug 12, 2021
2 parents 239074c + 111e9f3 commit 88646b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Validator/Constraints/IsTrueV3.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

namespace EWZ\Bundle\RecaptchaBundle\Validator\Constraints;

/**
* @Annotation
* @Target("PROPERTY")
*/
class IsTrueV3 extends IsTrue
{
/**
Expand Down

0 comments on commit 88646b5

Please sign in to comment.