Your IP : 216.73.217.117


Current Path : /var/www/v3.cesa.co.za/vendor/excelwebzone/recaptcha-bundle/src/Validator/Constraints/
Upload File :
Current File : /var/www/v3.cesa.co.za/vendor/excelwebzone/recaptcha-bundle/src/Validator/Constraints/IsTrueV3.php

<?php

namespace EWZ\Bundle\RecaptchaBundle\Validator\Constraints;

/**
 * @Annotation
 * @Target("PROPERTY")
 */
#[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::IS_REPEATABLE)]
class IsTrueV3 extends IsTrue
{
    /**
     * {@inheritdoc}
     */
    public function validatedBy(): string
    {
        return 'ewz_recaptcha.v3.true';
    }
}