Merge pull request #440 from vermi0ffh/master

A simple change in conf def for easier allowing new type through prependExtensionConfig()
This commit is contained in:
Tim Nagel 2014-01-20 12:52:56 -08:00
commit b6d0627c2a

View file

@ -132,7 +132,6 @@ class Configuration implements ConfigurationInterface
->arrayNode('indexes')
->useAttributeAsKey('name')
->prototype('array')
->performNoDeepMerging()
->children()
->scalarNode('index_name')->end()
->scalarNode('client')->end()