[DependencyInjection] Remove the "id" attribute of "callable"

This commit is contained in:
Guilhem Niot 2017-03-14 21:21:43 +01:00
parent dd7c72728a
commit 19547a2639
No known key found for this signature in database
GPG Key ID: 7A655BEB5BDC1CA6

View File

@ -86,7 +86,6 @@
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element name="service" type="service" minOccurs="0" maxOccurs="1" />
</xsd:choice>
<xsd:attribute name="id" type="xsd:string" />
<xsd:attribute name="service" type="xsd:string" />
<xsd:attribute name="class" type="xsd:string" />
<xsd:attribute name="method" type="xsd:string" />