aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_console.yml
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-22 16:24:40 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-07-09 09:21:51 +0200
commit487fea8cfffe872e888ebcc3e1f5538b72bcaec1 (patch)
tree844be698767bbc2ad4aedc8beb3295658b61af55 /phpBB/config/default/container/services_console.yml
parent54be6b1f622cf394f3cb2c7eb5f2c27072018baa (diff)
downloadforums-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.yml4
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 }