Skip to content

Commit af57dce

Browse files
committed
ADD: addDefaultsIfNotSet
1 parent fd46638 commit af57dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: DependencyInjection/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ public function getConfigTreeBuilder(): TreeBuilder {
1919
$treeBuilder = new TreeBuilder('hallo_verden_http_exceptions');
2020

2121
$treeBuilder->getRootNode()
22-
->addDefaultsIfNotSet()
2322
->children()
2423
->arrayNode('exception_log')
24+
->addDefaultsIfNotSet()
2525
->children()
2626
->booleanNode('use_flatten_exception')->defaultTrue()->end()
2727
->end()

0 commit comments

Comments
 (0)