Deleted "name" element in the configuration of services

This commit is contained in:
Francis Besset
2011-07-14 18:39:47 +02:00
parent 581ebaf865
commit 81118f8d47
3 changed files with 6 additions and 9 deletions

View File

@ -33,11 +33,9 @@ class Configuration
$rootNode
->children()
->arrayNode('services')
->useAttributeAsKey('name')
->prototype('array')
->children()
->scalarNode('name')
->isRequired()
->end()
->scalarNode('namespace')
->isRequired()
->end()