mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
10 lines
263 B
YAML
10 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%
|