Deleted "name" element in the configuration of services
This commit is contained in:
@ -33,11 +33,9 @@ class Configuration
|
||||
$rootNode
|
||||
->children()
|
||||
->arrayNode('services')
|
||||
->useAttributeAsKey('name')
|
||||
->prototype('array')
|
||||
->children()
|
||||
->scalarNode('name')
|
||||
->isRequired()
|
||||
->end()
|
||||
->scalarNode('namespace')
|
||||
->isRequired()
|
||||
->end()
|
||||
|
Reference in New Issue
Block a user