[FrameworkBundle][Cache] Don't deep-merge cache pools configuration

This commit is contained in:
Alexander Bauer 2019-11-24 20:12:23 +01:00 committed by Fabien Potencier
parent 9623414f8b
commit a0d6d30c9f

View File

@ -1014,6 +1014,7 @@ class Configuration implements ConfigurationInterface
->end()
->children()
->arrayNode('adapters')
->performNoDeepMerging()
->info('One or more adapters to chain for creating the pool, defaults to "cache.app".')
->beforeNormalization()
->always()->then(function ($values) {