Skip to content

Commit

Permalink
Add 'useAttributeAsKey' to webspaces config node (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes authored and alexander-schranz committed May 17, 2019
1 parent a7796a5 commit 2eaf862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public function getConfigTreeBuilder()
->end()
->arrayNode('webspaces')
->normalizeKeys(false)
->useAttributeAsKey('webspaceKey')
->prototype('array')
->children()
// Basic Webspace Configuration
Expand Down

0 comments on commit 2eaf862

Please sign in to comment.