Преглед изворни кода

[FrameworkBundle] fixed XSD for validation

Fabien Potencier пре 15 година
родитељ
комит
c6bde10076

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