Skip to content

Commit a055293

Browse files
alxndrbauerfabpot
authored andcommitted
[FrameworkBundle][Cache] Don't deep-merge cache pools configuration
1 parent acbf35e commit a055293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
10141014
->end()
10151015
->children()
10161016
->arrayNode('adapters')
1017+
->performNoDeepMerging()
10171018
->info('One or more adapters to chain for creating the pool, defaults to "cache.app".')
10181019
->beforeNormalization()
10191020
->always()->then(function ($values) {

0 commit comments

Comments
 (0)