Skip to content

Commit bb7b480

Browse files
einorlersaimaz
authored andcommitted
fixed attribute key in manager node (#692)
1 parent d822b58 commit bb7b480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ private function getManagersNode()
154154
$node
155155
->isRequired()
156156
->requiresAtLeastOneElement()
157+
->useAttributeAsKey('name')
157158
->info('Maps managers to connections and bundles')
158159
->prototype('array')
159160
->children()

0 commit comments

Comments
 (0)