Skip to content

Commit

Permalink
Make default_locale null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak committed Dec 2, 2014
1 parent 5ee07e5 commit e6e8f76
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()
->scalarNode('locale_provider')->defaultValue('default')->end()
->scalarNode('default_locale')->isRequired(false)->end()
->scalarNode('default_locale')->defaultNull()->end()
->arrayNode('locales')
->beforeNormalization()
->ifString()
Expand Down

0 comments on commit e6e8f76

Please sign in to comment.