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

Commit 111e9f3

Browse files
authored
Add Annotation
Fix an error where the class could not be used for annotations
1 parent 239074c commit 111e9f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Validator/Constraints/IsTrueV3.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
namespace EWZ\Bundle\RecaptchaBundle\Validator\Constraints;
44

5+
/**
6+
* @Annotation
7+
* @Target("PROPERTY")
8+
*/
59
class IsTrueV3 extends IsTrue
610
{
711
/**

0 commit comments

Comments
 (0)