fix PhraseBuilder namespace

This commit is contained in:
yggverse 2024-04-02 18:34:58 +03:00
parent a8b7e26b24
commit 8418a56617

View File

@ -217,7 +217,7 @@ if ($config->webui->index->enabled)
$captcha = new \Gregwar\Captcha\CaptchaBuilder(
null,
new PhraseBuilder(
new \Gregwar\Captcha\PhraseBuilder(
$config->webui->captcha->length,
$config->webui->captcha->phrase
)