mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14895] Fix issues in CLI classes
PHPBB3-14895
This commit is contained in:
@@ -111,15 +111,7 @@ services:
|
||||
|
||||
console.command.db.revert:
|
||||
class: phpbb\console\command\db\revert
|
||||
arguments:
|
||||
- '@user'
|
||||
- '@language'
|
||||
- '@migrator'
|
||||
- '@ext.manager'
|
||||
- '@config'
|
||||
- '@cache'
|
||||
- '@filesystem'
|
||||
- '%core.root_path%'
|
||||
parent: console.command.db.migrate
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
|
Reference in New Issue
Block a user