Skip to content

Commit 2a9915e

Browse files
committed
bug symfony#25751 [FrameworkBundle] Add the missing enabled session attribute (sroze)
This PR was merged into the 2.7 branch. Discussion ---------- [FrameworkBundle] Add the missing `enabled` session attribute | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ø | License | MIT | Doc PR | ø Add a missing `enabled` field in framework's `session` configuration. Commits ------- a314931 Add the missing `enabled` session attribute
2 parents f35a7b5 + a314931 commit 2a9915e

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)