소스 검색

fixed schema

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

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

@@ -55,6 +55,7 @@
         <xsd:attribute name="secure" type="xsd:string" />
         <xsd:attribute name="httponly" type="xsd:string" />
         <xsd:attribute name="cache-limiter" type="xsd:string" />
+        <xsd:attribute name="auto-start" type="xsd:boolean" />
         <xsd:attribute name="pdo.db_table" type="xsd:string" />
     </xsd:complexType>