소스 검색

[SwiftmailerBundle] fixed XSD file

Fabien Potencier 14 년 전
부모
커밋
8a090bec3c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Symfony/Bundle/SwiftmailerBundle/Resources/config/schema/swiftmailer-1.0.xsd

+ 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>