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.
1 parent d15fe34 commit 4201d41Copy full SHA for 4201d41
src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php
@@ -136,6 +136,7 @@ private function addTwigOptions(ArrayNodeDefinition $rootNode)
136
->scalarNode('optimizations')->end()
137
->arrayNode('paths')
138
->normalizeKeys(false)
139
+ ->useAttributeAsKey('paths')
140
->beforeNormalization()
141
->always()
142
->then(function ($paths) {
0 commit comments