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:
committed by
Tristan Darricau
parent
54be6b1f62
commit
487fea8cff
@@ -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 }
|
||||
|
Reference in New Issue
Block a user