Skip to content

Commit

Permalink
fix proxies config.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Dec 29, 2015
1 parent 2f6bf50 commit 19eda15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ public function addConfiguration(ArrayNodeDefinition $builder)
->end()
->arrayNode('proxies')
->defaultValue(array())
->prototype('array')->end()
->useAttributeAsKey('name')
->prototype('scalar')->end()
->end()
->end()
;
Expand Down

0 comments on commit 19eda15

Please sign in to comment.