Skip to content

Commit 0f16522

Browse files
committed
minor #19806 [FrameworkBundle] Add reference to framework.session.storage_id option (cs278)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] Add reference to `framework.session.storage_id` option Relates to #14979 I appreciate this is a low effort fix. I've been trying to work out why my app breaks when removing the `framework.session.storage_id` option which I had assumed was unused based on the fact it is not in the documentation. I figured it was a left over from a previous Symfony upgrade - hopefully this hint helps somebody else in the same boat. Commits ------- 0b3b569 Add reference to undocumented configuration option
2 parents 20cc5f5 + 0b3b569 commit 0f16522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ To see a list of all available storages, run:
16291629
16301630
.. versionadded:: 5.3
16311631

1632-
The ``storage_factory_id`` option was introduced in Symfony 5.3.
1632+
The ``storage_factory_id`` option was introduced in Symfony 5.3 deprecating the ``storage_id`` option.
16331633

16341634
.. _config-framework-session-handler-id:
16351635

0 commit comments

Comments
 (0)