We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8231f commit 53ba38aCopy full SHA for 53ba38a
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
@@ -103,6 +103,7 @@
103
</xsd:complexType>
104
105
<xsd:complexType name="session">
106
+ <xsd:attribute name="enabled" type="xsd:boolean" />
107
<xsd:attribute name="storage-id" type="xsd:string" />
108
<xsd:attribute name="handler-id" type="xsd:string" />
109
<xsd:attribute name="name" type="xsd:string" />
0 commit comments