Skip to content

Commit 1f51290

Browse files
authored
Merge pull request #16 from ScullWM/master
Update bundle configuration
2 parents 0a582bd + 1c879b5 commit 1f51290

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
@@ -33,6 +33,7 @@ public function getConfigTreeBuilder()
3333
->cannotBeEmpty()
3434
->useAttributeAsKey('name')
3535
->prototype('array')
36+
->performNoDeepMerging()
3637
->beforeNormalization()
3738
->ifTrue(function($v) { return is_scalar($v); })
3839
->then(function($v) { return [$v => []]; })

0 commit comments

Comments
 (0)