mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
11 lines
263 B
YAML
11 lines
263 B
YAML
services:
|
|
module.manager:
|
|
class: phpbb\module\module_manager
|
|
arguments:
|
|
- @cache.driver
|
|
- @dbal.conn
|
|
- @ext.manager
|
|
- %tables.modules%
|
|
- %core.root_path%
|
|
- %core.php_ext%
|