Bladeren bron

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

ornicar 14 jaren geleden
bovenliggende
commit
e4688fc925
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      src/Symfony/Bundle/SwiftmailerBundle/Resources/config/schema/swiftmailer-1.0.xsd

+ 1 - 0
src/Symfony/Bundle/SwiftmailerBundle/Resources/config/schema/swiftmailer-1.0.xsd

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