diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-06-29 22:15:08 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-06-30 10:31:58 +0200 |
commit | 119f90e36301463ffd01005a9390d3346be7774f (patch) | |
tree | f97a5cf382bea3871de1f44fbb5ca1b638a93a99 /phpBB/config | |
parent | 615ab099e228f2d7a35a76557095a65321425963 (diff) | |
download | forums-119f90e36301463ffd01005a9390d3346be7774f.tar forums-119f90e36301463ffd01005a9390d3346be7774f.tar.gz forums-119f90e36301463ffd01005a9390d3346be7774f.tar.bz2 forums-119f90e36301463ffd01005a9390d3346be7774f.tar.xz forums-119f90e36301463ffd01005a9390d3346be7774f.zip |
[ticket/13891] Replaced ContainerBuilder with service_collection
PHPBB3-13891
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/container/services_console.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml index 98a26b10e8..f39218ed9c 100644 --- a/phpBB/config/default/container/services_console.yml +++ b/phpBB/config/default/container/services_console.yml @@ -145,7 +145,7 @@ services: class: phpbb\console\command\reparser\list_all arguments: - @user - - @service_container + - @text_reparser_collection tags: - { name: console.command } |