Skip to content

Commit

Permalink
Dependency injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Iakov Mishchenko committed Jun 15, 2018
1 parent 3d05084 commit db3558e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ public function getConfigTreeBuilder()
->scalarNode('private_key')->isRequired()->end()
->scalarNode('public_key')->isRequired()->end()
->arrayNode('guzzle_options')
->scalarPrototype()->end()
->children()
->scalarNode('proxy')
->end()
->end()
;

Expand Down

0 comments on commit db3558e

Please sign in to comment.