Преглед на файлове

[TwigBundle] added missing entry in the XSD schema

Fabien Potencier преди 13 години
родител
ревизия
14b3b05866
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/Symfony/Bundle/TwigBundle/Resources/config/schema/twig-1.0.xsd

+ 1 - 0
src/Symfony/Bundle/TwigBundle/Resources/config/schema/twig-1.0.xsd

@@ -20,6 +20,7 @@
         <xsd:attribute name="charset" type="xsd:string" />
         <xsd:attribute name="debug" type="xsd:string" />
         <xsd:attribute name="strict-variables" type="xsd:string" />
+        <xsd:attribute name="exception-controller" type="xsd:string" />
     </xsd:complexType>
 
     <xsd:complexType name="form">