Files
outil-82/local/modules/ReCaptcha/Event/ReCaptchaEvents.php
2021-02-09 15:09:14 +01:00

9 lines
116 B
PHP

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