aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default/container')
-rw-r--r--phpBB/config/default/container/services_console.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml
index c3db4c29a5..4420b6e345 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -223,9 +223,9 @@ services:
console.command.update.check:
class: phpbb\console\command\update\check
arguments:
- - @user
- - @config
- - @service_container
+ - '@user'
+ - '@config'
+ - '@service_container'
tags:
- { name: console.command }