aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_hook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default/container/services_hook.yml')
-rw-r--r--phpBB/config/default/container/services_hook.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_hook.yml b/phpBB/config/default/container/services_hook.yml
new file mode 100644
index 0000000000..10a84184a0
--- /dev/null
+++ b/phpBB/config/default/container/services_hook.yml
@@ -0,0 +1,7 @@
+services:
+ hook_finder:
+ class: phpbb\hook\finder
+ arguments:
+ - '%core.root_path%'
+ - '%core.php_ext%'
+ - '@cache.driver'