Skip to content

Commit

Permalink
Merge pull request #203 from prudloff-insite/import-config
Browse files Browse the repository at this point in the history
Allow overriding parts of a client config
  • Loading branch information
weaverryan authored Oct 7, 2019
2 parents 852281d + 940c9c8 commit 0a132ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->normalizeKeys(false)
->useAttributeAsKey('variable')
->prototype('array')
->useAttributeAsKey('variable')
->prototype('variable')->end()
->end()
->end()
Expand Down

0 comments on commit 0a132ab

Please sign in to comment.