From a814b8c8552096eecaee8bab065b4e737497885e Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 11 Feb 2019 17:08:37 +0200 Subject: [PATCH] Uncomment default configuration --- .../1.3/config/packages/doctrine_cache.yaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doctrine/doctrine-cache-bundle/1.3/config/packages/doctrine_cache.yaml b/doctrine/doctrine-cache-bundle/1.3/config/packages/doctrine_cache.yaml index f4d45f4a..2a1fc214 100644 --- a/doctrine/doctrine-cache-bundle/1.3/config/packages/doctrine_cache.yaml +++ b/doctrine/doctrine-cache-bundle/1.3/config/packages/doctrine_cache.yaml @@ -1,10 +1,10 @@ -#doctrine_cache: -# aliases: -# apc_cache: my_apc_cache -# -# providers: -# my_apc_cache: -# type: apc -# namespace: my_apc_cache_ns -# aliases: -# - apc_cache +doctrine_cache: + aliases: + apc_cache: my_apc_cache + + providers: + my_apc_cache: + type: apc + namespace: my_apc_cache_ns + aliases: + - apc_cache