Merge pull request #321

This commit is contained in:
symfony-flex-server[bot]
2018-03-24 07:25:10 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
@@ -1,5 +1,4 @@
cache_adapter:
providers:
default:
factory: "cache.factory.%env(DEFAULT_CACHE_PROVIDER)%"
options: "%env(json:DEFAULT_CACHE_PROVIDER_OPTIONS)%"
factory: cache.factory.array
-5
View File
@@ -4,10 +4,5 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Provider types described at: See http://www.php-cache.com/en/latest/symfony/adapter-bundle/#configuration",
"DEFAULT_CACHE_PROVIDER": "array",
"DEFAULT_CACHE_PROVIDER_OPTIONS": "[]"
}
}