Skip to content

Commit

Permalink
added default value
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Jul 4, 2016
1 parent f095c43 commit f8ca386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getConfigTreeBuilder()

$rootNode
->children()
->booleanNode('enabled')->end()
->booleanNode('enabled')->defaultFalse()->end()
->end();

return $treeBuilder;
Expand Down

0 comments on commit f8ca386

Please sign in to comment.