Skip to content

Commit 3b212cb

Browse files
committed
[FrameworkBundle] Fix unintuitive merging behavior for assets_base_urls
See: 4061114562acb7a84b1d368898dac40b719b77b0
1 parent 4576e32 commit 3b212cb

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
@@ -226,6 +226,7 @@ private function addTemplatingSection(ArrayNodeDefinition $rootNode)
226226
->fixXmlConfig('assets_base_url')
227227
->children()
228228
->arrayNode('assets_base_urls')
229+
->performNoDeepMerging()
229230
->addDefaultsIfNotSet()
230231
->defaultValue(array('http' => array(), 'ssl' => array()))
231232
->beforeNormalization()

0 commit comments

Comments
 (0)