mirror of
https://github.com/YGGverse/Yo.git
synced 2025-03-12 13:21:29 +00:00
fix PhraseBuilder namespace
This commit is contained in:
parent
a8b7e26b24
commit
8418a56617
@ -217,7 +217,7 @@ if ($config->webui->index->enabled)
|
|||||||
|
|
||||||
$captcha = new \Gregwar\Captcha\CaptchaBuilder(
|
$captcha = new \Gregwar\Captcha\CaptchaBuilder(
|
||||||
null,
|
null,
|
||||||
new PhraseBuilder(
|
new \Gregwar\Captcha\PhraseBuilder(
|
||||||
$config->webui->captcha->length,
|
$config->webui->captcha->length,
|
||||||
$config->webui->captcha->phrase
|
$config->webui->captcha->phrase
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user