瀏覽代碼

[MonologBundle] Add missing GroupHandler schema definitions

lenar 14 年之前
父節點
當前提交
b8f57c4bcd
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/Symfony/Bundle/MonologBundle/Resources/config/schema/monolog-1.0.xsd

+ 3 - 0
src/Symfony/Bundle/MonologBundle/Resources/config/schema/monolog-1.0.xsd

@@ -18,6 +18,9 @@
         <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="processor" type="xsd:string" />
         </xsd:choice>
+        <xsd:choice minOccurs="0" maxOccurs="unbounded">
+            <xsd:element name="member" type="xsd:string" />
+        </xsd:choice>
         <xsd:attribute name="type" type="xsd:string" use="required" />
         <xsd:attribute name="priority" type="xsd:integer" />
         <xsd:attribute name="level" type="level" />