From 3af5202f7b2a4ea5d14bbc4808b7a380de2e0dc0 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 11 Mar 2025 14:08:08 +0300 Subject: [PATCH] misc(text captcha): Disabled scatter effect by default --- src/Captcha/TextCaptcha.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Captcha/TextCaptcha.php b/src/Captcha/TextCaptcha.php index e7da17522..20ca6deb5 100644 --- a/src/Captcha/TextCaptcha.php +++ b/src/Captcha/TextCaptcha.php @@ -37,6 +37,7 @@ class TextCaptcha implements CaptchaInterface } $this->captcha = new CaptchaBuilder; + $this->captcha->setScatterEffect(false); } /**