Skip to content

Commit

Permalink
Currencies' configuration overriding issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Maisonneuve committed Mar 14, 2014
1 parent 866f023 commit ecb020a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ phpunit.xml
.DS_Store
.buildpath
.project
.idea
.settings
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function getConfigTreeBuilder()
'840', // USD
'978', // EUR
))
->prototype('scalar')->end()
->end()
->scalarNode('site')->isRequired()->end()
->scalarNode('rank')->isRequired()->end()
Expand Down

0 comments on commit ecb020a

Please sign in to comment.