phpbb/phpBB/config/default/container/services_hook.yml
2015-12-07 13:11:22 -08:00

7 lines
173 B
YAML

services:
hook_finder:
class: phpbb\hook\finder
arguments:
- '%core.root_path%'
- '%core.php_ext%'
- '@cache.driver'