1
0
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:
rxu
2017-05-26 20:27:30 +07:00
parent 1c4f49249f
commit fd822ade20
3 changed files with 116 additions and 0 deletions

View File

@@ -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 }