aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-09 15:58:39 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-11 01:16:25 +0200
commitbd09356c30fd3c6019a2ae403dbda600db598865 (patch)
treebda86c350c3f3753e651f4e2a3a3dd4cabd105a3 /phpBB/config
parentb91abf1a0bd751da640219596a94019f70086c0b (diff)
downloadforums-bd09356c30fd3c6019a2ae403dbda600db598865.tar
forums-bd09356c30fd3c6019a2ae403dbda600db598865.tar.gz
forums-bd09356c30fd3c6019a2ae403dbda600db598865.tar.bz2
forums-bd09356c30fd3c6019a2ae403dbda600db598865.tar.xz
forums-bd09356c30fd3c6019a2ae403dbda600db598865.zip
[ticket/11854] Rename captchas.plugins.service_collection service
PHPBB3-11854
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/captcha.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/captcha.yml b/phpBB/config/captcha.yml
index a9618f3fad..0774319f93 100644
--- a/phpBB/config/captcha.yml
+++ b/phpBB/config/captcha.yml
@@ -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