Skip to content

Commit 0f3054b

Browse files
committed
Allow channel defs in xsd, fixes #86
1 parent b8112a1 commit 0f3054b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/monolog-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<xsd:complexType name="config">
1111
<xsd:choice minOccurs="0" maxOccurs="unbounded">
1212
<xsd:element name="handler" type="handler" />
13+
<xsd:element name="channel" type="xsd:string" />
1314
</xsd:choice>
1415
</xsd:complexType>
1516

0 commit comments

Comments
 (0)