From 58aa593e392778f21f507a62e412079ce5049b47 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Wed, 26 Dec 2012 17:57:05 -0500 Subject: [PATCH] [ticket/11037] Update services.yml. PHPBB3-11037 --- phpBB/config/services.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index febdc5acb8..991f6d1214 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%