Skip to content

Commit 43b0877

Browse files
committed
[Webhook] Added missing XML attribute in config XSD
1 parent 1c87e55 commit 43b0877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,7 @@
976976
<xsd:element name="service" type="xsd:string" minOccurs="0" maxOccurs="1" />
977977
<xsd:element name="secret" type="xsd:string" minOccurs="0" maxOccurs="1" />
978978
</xsd:sequence>
979+
<xsd:attribute name="type" type="xsd:string" use="required" />
979980
</xsd:complexType>
980981

981982
<xsd:complexType name="remote-event">

0 commit comments

Comments
 (0)