Skip to content

Commit a6ee5ed

Browse files
ThomasLandauerjaviereguiluz
authored andcommitted
Fixing storage_factory_id
1 parent bd25607 commit a6ee5ed

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)