8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e910f commit eec7885Copy full SHA for eec7885
src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd
@@ -32,6 +32,10 @@
32
</xsd:complexType>
33
34
<xsd:complexType name="element">
35
- <xsd:attribute name="key" type="xsd:string" />
+ <xsd:simpleContent>
36
+ <xsd:extension base="xsd:string">
37
+ <xsd:attribute name="key" type="xsd:string" />
38
+ </xsd:extension>
39
+ </xsd:simpleContent>
40
41
</xsd:schema>
0 commit comments