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