瀏覽代碼

[MonologBundle] fixed typo

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

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

@@ -23,7 +23,7 @@
         <xsd:attribute name="bubble" type="xsd:boolean" />
         <xsd:attribute name="path" type="xsd:string" />
         <xsd:attribute name="id" type="xsd:string" />
-        <xsd:attribute name="name" type="xsd:string" use="required">
+        <xsd:attribute name="name" type="xsd:string" use="required" />
         <xsd:attribute name="ident" type="xsd:string" />
         <xsd:attribute name="facility" type="xsd:string" />
         <xsd:attribute name="action-level" type="level" />