From 4428f5ef223b19c1f7279bc48b76040429cb222e Mon Sep 17 00:00:00 2001 From: Aaron Scherer Date: Mon, 19 Mar 2018 11:46:31 -0700 Subject: [PATCH] Update cache_adapter.yaml --- cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml b/cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml index 6a5d8fe1..b543b530 100644 --- a/cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml +++ b/cache/adapter-bundle/1.1/config/packages/cache_adapter.yaml @@ -1,5 +1,4 @@ cache_adapter: providers: default: - factory: "%env(DEFAULT_CACHE_PROVIDER_FACTORY)%" - options: "%env(json:DEFAULT_CACHE_PROVIDER_OPTIONS)%" + factory: cache.factory.array