Skip to content

Commit

Permalink
revert clean up as it introduced side-effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Phobetor authored May 22, 2018
1 parent 62db9e5 commit db6c4eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ protected function addConsumer(ArrayNodeDefinition $node)
$this->addGeneralConsumerConfiguration($general);

$individualPrototype = $consumerChildren
->arrayNode('individual');
$individualPrototype
->arrayNode('individual')
->useAttributeAsKey('consumer')
->prototype('array');
$this->addIndividualConsumerConfiguration($individualPrototype);
Expand Down

0 comments on commit db6c4eb

Please sign in to comment.