We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df4691 commit 5c6e4cfCopy full SHA for 5c6e4cf
DependencyInjection/Configuration.php
@@ -136,6 +136,17 @@ public function getConfigTreeBuilder()
136
->end()
137
138
139
+ ->arrayNode('xchangeapi')
140
+ ->children()
141
+ ->integerNode('priority')->defaultValue(0)->end()
142
+ ->scalarNode('api_key')
143
+ ->treatFalseLike(null)
144
+ ->treatTrueLike(null)
145
+ ->isRequired()
146
+ ->cannotBeEmpty()
147
+ ->end()
148
149
150
->arrayNode('currency_converter')
151
->children()
152
->integerNode('priority')->defaultValue(0)->end()
0 commit comments