1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12692] Move the language strings to cli.php

PHPBB3-12692
This commit is contained in:
Tristan Darricau
2014-07-22 16:24:40 +02:00
committed by Tristan Darricau
parent 54be6b1f62
commit 487fea8cff
6 changed files with 31 additions and 39 deletions

View File

@@ -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 }