소스 검색

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