mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 12:26:30 +03:00
Fixing incompatible env variable usage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cache_adapter:
|
||||
providers:
|
||||
default:
|
||||
factory: "cache.factory.%env(DEFAULT_CACHE_PROVIDER)%"
|
||||
factory: "%env(DEFAULT_CACHE_PROVIDER_FACTORY)%"
|
||||
options: "%env(json:DEFAULT_CACHE_PROVIDER_OPTIONS)%"
|
||||
|
||||
Reference in New Issue
Block a user