Skip to content

Commit

Permalink
[FrameworkBundle][Cache] Don't deep-merge cache pools configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrbauer authored and fabpot committed Nov 25, 2019
1 parent 9623414 commit a0d6d30
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1014,6 +1014,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
->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) {
Expand Down

0 comments on commit a0d6d30

Please sign in to comment.