mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 04:24:56 +02:00
11 lines
275 B
YAML
11 lines
275 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%'
|