mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/13777] Move module management into service
PHPBB3-13777
This commit is contained in:
@@ -11,6 +11,7 @@ imports:
|
||||
- { resource: services_help.yml }
|
||||
- { resource: services_language.yml }
|
||||
- { resource: services_mimetype_guesser.yml }
|
||||
- { resource: services_module.yml }
|
||||
- { resource: services_notification.yml }
|
||||
- { resource: services_password.yml }
|
||||
- { resource: services_profilefield.yml }
|
||||
|
10
phpBB/config/default/container/services_module.yml
Normal file
10
phpBB/config/default/container/services_module.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
module.manager:
|
||||
class: phpbb\module\module_manager
|
||||
arguments:
|
||||
- @cache.driver
|
||||
- @dbal.conn
|
||||
- @ext.manager
|
||||
- %tables.modules%
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
Reference in New Issue
Block a user