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 ddcd334 commit 78ad32eCopy full SHA for 78ad32e
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