Merge pull request #6 from havvg/2.0

fix DI Configuration of connection settings
This commit is contained in:
Kévin Gomez 2014-04-28 11:37:11 -04:00
commit eafd97e44f

View file

@ -141,10 +141,7 @@ class Configuration implements ConfigurationInterface
->children()
->arrayNode('settings')
->useAttributeAsKey('key')
->prototype('array')
->useAttributeAsKey('key')
->prototype('scalar')->end()
->end()
->prototype('scalar')->end()
->end()
->end()
->fixXmlConfig('connection')
@ -239,10 +236,7 @@ class Configuration implements ConfigurationInterface
->children()
->arrayNode('settings')
->useAttributeAsKey('key')
->prototype('array')
->useAttributeAsKey('key')
->prototype('scalar')
->end()
->prototype('scalar')->end()
->end()
->end()
;