1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15238] Add console command to fix forums/modules left/right IDs

PHPBB3-15238
This commit is contained in:
rxu
2017-05-26 20:36:32 +07:00
parent 7301748a3a
commit 8a8d435ed4
3 changed files with 119 additions and 0 deletions

View File

@@ -179,6 +179,15 @@ services:
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 }
console.command.reparser.list:
class: phpbb\console\command\reparser\list_all
arguments: