浏览代码

[FrameworkBundle] fixed XSD for validation

Fabien Potencier 15 年之前
父节点
当前提交
c6bde10076
共有 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

@@ -26,6 +26,7 @@
 
   <xsd:complexType name="validation">
     <xsd:attribute name="enabled" type="xsd:boolean" />
+    <xsd:attribute name="annotations" type="xsd:boolean" />
   </xsd:complexType>
 
   <xsd:complexType name="user">