aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_hook.yml
blob: 10a84184a089a2c686a3771f8d268c6da23de2a7 (plain)
1
2
3
4
5
6
7
services:
    hook_finder:
        class: phpbb\hook\finder
        arguments:
            - '%core.root_path%'
            - '%core.php_ext%'
            - '@cache.driver'