aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_module.yml
blob: 513b71553a504c77b8261cf370c768ea88ddd635 (plain)
1
2
3
4
5
6
7
8
9
10
services:
    module.manager:
        class: phpbb\module\module_manager
        arguments:
            - @cache.driver
            - @dbal.conn
            - @ext.manager
            - %tables.modules%
            - %core.root_path%
            - %core.php_ext%