aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default')
-rw-r--r--phpBB/config/default/container/services_console.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml
index 0c609a8051..e25ab4f03f 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -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 }