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

8 lines
173 B
YAML

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