8000 Add the missing `enabled` session attribute · sroze/symfony@a314931 · GitHub
[go: up one dir, main page]

Skip to content

Commit a314931

Browse files
committed
Add the missing enabled session attribute
1 parent fad59b3 commit a314931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0