8000 [FrameworkBundle][Cache] Don't deep-merge cache pools configuration · symfony/symfony@a0d6d30 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0d6d30

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0