Files
le-matelot/local/modules/ReCaptcha/Event/ReCaptchaEvents.php

9 lines
116 B
PHP

<?php
namespace ReCaptcha\Event;
class ReCaptchaEvents
{
const CHECK_CAPTCHA_EVENT = "check_captcha_event";
}