aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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