1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00
Files
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%'