Move CAPTCHA classes under MailPoet\Captcha dir

CAPTCHA usage is no longer tied to MP's subscription form.
This commit is contained in:
Mustapha Hadid
2024-11-12 19:01:04 +03:00
committed by David Remer
parent 8e608816a9
commit 3bda992f13
35 changed files with 66 additions and 68 deletions

View File

@ -2,11 +2,11 @@
namespace MailPoet\API\JSON;
use MailPoet\Captcha\CaptchaConstants;
use MailPoet\Config\AccessControl;
use MailPoet\Exception;
use MailPoet\Logging\LoggerFactory;
use MailPoet\Settings\SettingsController;
use MailPoet\Subscription\Captcha\CaptchaConstants;
use MailPoet\Tracy\ApiPanel\ApiPanel;
use MailPoet\Tracy\DIPanel\DIPanel;
use MailPoet\Util\Helpers;