Explorar el Código

[SwiftmailerBundle] fixed XSD file

Fabien Potencier hace 14 años
padre
commit
8a090bec3c

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

@@ -5,9 +5,9 @@
     targetNamespace="http://www.symfony-project.org/schema/dic/swiftmailer"
     elementFormDefault="qualified">
 
-  <xsd:element name="mailer" type="mailer" />
+  <xsd:element name="config" type="config" />
 
-  <xsd:complexType name="mailer">
+  <xsd:complexType name="config">
     <xsd:sequence>
       <xsd:element name="spool" type="spool" minOccurs="0" maxOccurs="1" />
     </xsd:sequence>