9 lines
116 B
PHP
9 lines
116 B
PHP
<?php
|
|
|
|
namespace ReCaptcha\Event;
|
|
|
|
class ReCaptchaEvents
|
|
{
|
|
const CHECK_CAPTCHA_EVENT = "check_captcha_event";
|
|
}
|