1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/12692] Fix languages vars and services order

PHPBB3-12692
This commit is contained in:
Tristan Darricau
2014-08-27 16:22:10 +02:00
committed by Tristan Darricau
parent 556504df24
commit 96c5165a65
2 changed files with 13 additions and 13 deletions

View File

@@ -157,6 +157,15 @@ services:
tags:
- { name: console.command }
console.command.thumbnail.delete:
class: phpbb\console\command\thumbnail\delete
arguments:
- @user
- @dbal.conn
- %core.root_path%
tags:
- { name: console.command }
console.command.thumbnail.generate:
class: phpbb\console\command\thumbnail\generate
arguments:
@@ -174,12 +183,3 @@ services:
- @user
tags:
- { name: console.command }
console.command.thumbnail.delete:
class: phpbb\console\command\thumbnail\delete
arguments:
- @user
- @dbal.conn
- %core.root_path%
tags:
- { name: console.command }