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:
@@ -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
|
||||
|
Reference in New Issue
Block a user