1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13740] Remove service container from modules

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-09 23:23:40 +02:00
parent 4d2212a3c2
commit e46689a0cd
3 changed files with 5 additions and 11 deletions

View File

@@ -60,14 +60,13 @@ services:
installer.module_base:
abstract: true
calls:
- [setup, [@service_container, @installer.helper.config, @installer.helper.iohandler]]
- [setup, [@installer.helper.config, @installer.helper.iohandler]]
installer.installer.abstract:
class: phpbb\install\installer
abstract: true
arguments:
- @installer.helper.config
- @service_container
installer.install.module_collection:
class: phpbb\di\ordered_service_collection