1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 04:24:56 +02:00
php-phpbb/phpBB/config/default/container/services_module.yml
2015-12-07 13:11:22 -08:00

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%'