Module ReCaptcha + nouveau template Front avant ajout du Hook Captcha

This commit is contained in:
2020-05-13 19:21:46 +02:00
parent 04a53140c2
commit b09c531cad
711 changed files with 74327 additions and 0 deletions

View File

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