فهرست منبع

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