1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/13891] Replaced ContainerBuilder with service_collection

PHPBB3-13891
This commit is contained in:
JoshyPHP
2015-06-29 22:15:08 +02:00
parent 615ab099e2
commit 119f90e363
3 changed files with 12 additions and 13 deletions

View File

@@ -145,7 +145,7 @@ services:
class: phpbb\console\command\reparser\list_all
arguments:
- @user
- @service_container
- @text_reparser_collection
tags:
- { name: console.command }