diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index cf1d18bd96..7fd13d4eea 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -10,6 +10,10 @@ services: class: phpbb_cache_service arguments: - @cache.driver + - @config + - @dbal.conn + - %core.root_path% + - %core.php_ext% cache.driver: class: %cache.driver.class% @@ -123,6 +127,13 @@ services: - @dispatcher - @controller.resolver + hook_finder: + class: phpbb_hook_finder + arguments: + - %core.root_path% + - .%core.php_ext% + - @cache.driver + kernel_request_subscriber: class: phpbb_event_kernel_request_subscriber arguments: |