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 ddcd334 + 78ad32e commit 8c091c8Copy full SHA for 8c091c8
DependencyInjection/Configuration.php
@@ -27,6 +27,7 @@ public function getConfigTreeBuilder()
27
->arrayNode('repositories')->canBeDisabled()->end()
28
->arrayNode('twig_extension')->canBeDisabled()->end()
29
->arrayNode('options')
30
+ ->addDefaultsIfNotSet()
31
->children()
32
->scalarNode('adapter')->defaultValue(null)->end()
33
->scalarNode('secure')->defaultValue(true)->end()
0 commit comments