aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_module.yml
blob: a057e552392f4f083c9abec06740817f53a4a498 (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%'