ReCaptcha

This commit is contained in:
2021-02-26 21:55:30 +01:00
parent 4ec83273eb
commit fb19b06c17
19 changed files with 674 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace ReCaptcha\Event;
class ReCaptchaEvents
{
const CHECK_CAPTCHA_EVENT = "check_captcha_event";
}