mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11854] Rename captchas.plugins.service_collection service
PHPBB3-11854
This commit is contained in:
parent
b91abf1a0b
commit
bd09356c30
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ services:
|
||||||
class: phpbb\captcha\factory
|
class: phpbb\captcha\factory
|
||||||
arguments:
|
arguments:
|
||||||
- @service_container
|
- @service_container
|
||||||
- @captchas.plugins.service_collection
|
- @captcha.plugins.service_collection
|
||||||
|
|
||||||
captchas.plugins.service_collection:
|
captcha.plugins.service_collection:
|
||||||
class: phpbb\di\service_collection
|
class: phpbb\di\service_collection
|
||||||
arguments:
|
arguments:
|
||||||
- @service_container
|
- @service_container
|
||||||
|
|
Loading…
Add table
Reference in a new issue