Skip to content

Commit e8262fc

Browse files
committed
Add the missing enabled session attribute
1 parent e0d41d4 commit e8262fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
</xsd:complexType>
105105

106106
<xsd:complexType name="session">
107+
<xsd:attribute name="enabled" type="xsd:boolean" />
107108
<xsd:attribute name="storage-id" type="xsd:string" />
108109
<xsd:attribute name="handler-id" type="xsd:string" />
109110
<xsd:attribute name="name" type="xsd:string" />

0 commit comments

Comments
 (0)