1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 07:18:08 +02:00

[ticket/11037] Update services.yml.

PHPBB3-11037
This commit is contained in:
Oleg Pudeyev
2012-12-26 17:57:05 -05:00
parent bad7661ee9
commit 58aa593e39

View File

@@ -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%