1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[ticket/11854] Rename captchas.plugins.service_collection service

PHPBB3-11854
This commit is contained in:
Tristan Darricau 2014-08-09 15:58:39 +02:00
parent b91abf1a0b
commit bd09356c30

View File

@ -3,9 +3,9 @@ services:
class: phpbb\captcha\factory
arguments:
- @service_container
- @captchas.plugins.service_collection
- @captcha.plugins.service_collection
captchas.plugins.service_collection:
captcha.plugins.service_collection:
class: phpbb\di\service_collection
arguments:
- @service_container