Skip to content

Commit 8c091c8

Browse files
committed
Merge pull request #11 from norkunas/patch-2
Fix undefined options notice
2 parents ddcd334 + 78ad32e commit 8c091c8

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
@@ -27,6 +27,7 @@ public function getConfigTreeBuilder()
2727
->arrayNode('repositories')->canBeDisabled()->end()
2828
->arrayNode('twig_extension')->canBeDisabled()->end()
2929
->arrayNode('options')
30+
->addDefaultsIfNotSet()
3031
->children()
3132
->scalarNode('adapter')->defaultValue(null)->end()
3233
->scalarNode('secure')->defaultValue(true)->end()

0 commit comments

Comments
 (0)