We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c4b67 + a0d6d30 commit 350e110Copy full SHA for 350e110
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
@@ -1014,6 +1014,7 @@ private function addCacheSection(ArrayNodeDefinition $rootNode)
1014
->end()
1015
->children()
1016
->arrayNode('adapters')
1017
+ ->performNoDeepMerging()
1018
->info('One or more adapters to chain for creating the pool, defaults to "cache.app".')
1019
->beforeNormalization()
1020
->always()->then(function ($values) {
0 commit comments