diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-07-22 16:24:40 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-09 09:21:51 +0200 |
commit | 487fea8cfffe872e888ebcc3e1f5538b72bcaec1 (patch) | |
tree | 844be698767bbc2ad4aedc8beb3295658b61af55 /phpBB/config/default/container/services_console.yml | |
parent | 54be6b1f622cf394f3cb2c7eb5f2c27072018baa (diff) | |
download | forums-487fea8cfffe872e888ebcc3e1f5538b72bcaec1.tar forums-487fea8cfffe872e888ebcc3e1f5538b72bcaec1.tar.gz forums-487fea8cfffe872e888ebcc3e1f5538b72bcaec1.tar.bz2 forums-487fea8cfffe872e888ebcc3e1f5538b72bcaec1.tar.xz forums-487fea8cfffe872e888ebcc3e1f5538b72bcaec1.zip |
[ticket/12692] Move the language strings to cli.php
PHPBB3-12692
Diffstat (limited to 'phpBB/config/default/container/services_console.yml')
-rw-r--r-- | phpBB/config/default/container/services_console.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml index 15f597520c..010bde025d 100644 --- a/phpBB/config/default/container/services_console.yml +++ b/phpBB/config/default/container/services_console.yml @@ -160,8 +160,8 @@ services: console.command.thumbnail.generate: class: phpbb\console\command\thumbnail\generate arguments: - - @dbal.conn - @user + - @dbal.conn - @cache - %core.root_path% - %core.php_ext% @@ -178,8 +178,8 @@ services: console.command.thumbnail.delete: class: phpbb\console\command\thumbnail\delete arguments: - - @dbal.conn - @user + - @dbal.conn - %core.root_path% tags: - { name: console.command } |