Files
aux-bieaux-legumes/local/modules/ReCaptcha/Event/ReCaptchaEvents.php
2021-02-26 21:55:30 +01:00

9 lines
116 B
PHP

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