mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
fix PhraseBuilder namespace
This commit is contained in:
parent
a8b7e26b24
commit
8418a56617
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue