1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11854] Rename captchas.factory service to captcha.factory

PHPBB3-11854
This commit is contained in:
Tristan Darricau
2014-08-09 15:57:01 +02:00
parent d73d606f11
commit b91abf1a0b
10 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ class phpbb_session_garbage_collection_test extends phpbb_session_test_case
$plugins = new \phpbb\di\service_collection($phpbb_container);
$plugins->add('core.captcha.plugins.nogd');
$phpbb_container->set(
'captchas.factory',
'captcha.factory',
new \phpbb\captcha\factory($phpbb_container, $plugins)
);
$phpbb_container->set(