aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/services.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/services.yml')
-rw-r--r--phpBB/config/services.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index ef459f4903..6f2ed8c7c3 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -5,6 +5,9 @@ services:
- phpbb_
- %core.root_path%includes/
- .%core.php_ext%
+ calls:
+ - [register, []]
+ - [set_cache, [@cache.driver]]
class_loader.ext:
class: phpbb_class_loader
@@ -12,6 +15,9 @@ services:
- phpbb_ext_
- %core.root_path%ext/
- .%core.php_ext%
+ calls:
+ - [register, []]
+ - [set_cache, [@cache.driver]]
cache:
class: phpbb_cache_service
@@ -95,6 +101,8 @@ services:
arguments:
- @dispatcher
- @ext.manager
+ calls:
+ - [load, []]
cron.task_provider:
class: phpbb_cron_task_provider