View file phpBB3/config/default/container/services_hook.yml

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