[SwiftmailerBundle] Add missing spool type attribute in swiftmailer-1.0.xsd

This commit is contained in:
ornicar 2010-10-25 16:16:58 +02:00 committed by Fabien Potencier
parent 9af16080dd
commit e4688fc925

View File

@ -26,6 +26,7 @@
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="spool"> <xsd:complexType name="spool">
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="path" type="xsd:string" /> <xsd:attribute name="path" type="xsd:string" />
</xsd:complexType> </xsd:complexType>