mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-27 05:31:32 +01:00
[ticket/15238] Add console command to fix forums/modules left/right IDs
PHPBB3-15238
This commit is contained in:
@@ -151,3 +151,12 @@ services:
|
||||
- %passwords.algorithms%
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.fixup.fix_left_right_ids:
|
||||
class: phpbb\console\command\fixup\fix_left_right_ids
|
||||
arguments:
|
||||
- @user
|
||||
- @dbal.conn
|
||||
- @cache.driver
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
Reference in New Issue
Block a user