Skip to content

Commit 06e1171

Browse files
committed
minor #16972 [HttpKernel] Fixing storage_factory_id (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- [HttpKernel] Fixing storage_factory_id Commits ------- a6ee5ed Fixing storage_factory_id
2 parents bd25607 + a6ee5ed commit 06e1171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ sessions, check their default configuration:
7171
// improves the security of the cookies used for sessions
7272
->cookieSecure('auto')
7373
->cookieSamesite(Cookie::SAMESITE_LAX)
74-
->storage_factory_id('session.storage.factory.native')
74+
->storageFactoryId('session.storage.factory.native')
7575
;
7676
};
7777

0 commit comments

Comments
 (0)