From bd09356c30fd3c6019a2ae403dbda600db598865 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sat, 9 Aug 2014 15:58:39 +0200 Subject: [PATCH] [ticket/11854] Rename captchas.plugins.service_collection service PHPBB3-11854 --- phpBB/config/captcha.yml | 4 ++-- 1 file 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