1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00

[ticket/13891] Added reparser:list and reparser:reparse to CLI

PHPBB3-13891
This commit is contained in:
JoshyPHP
2015-05-29 19:33:17 +02:00
parent 614f04b455
commit 615ab099e2
4 changed files with 197 additions and 0 deletions

View File

@@ -140,3 +140,19 @@ services:
- @dbal.conn
tags:
- { name: console.command }
console.command.reparser.list:
class: phpbb\console\command\reparser\list_all
arguments:
- @user
- @service_container
tags:
- { name: console.command }
console.command.reparser.reparse:
class: phpbb\console\command\reparser\reparse
arguments:
- @user
- @text_reparser_collection
tags:
- { name: console.command }