Skip to content

Commit f232018

Browse files
Fixing storage_factory_id
1 parent 1b84e50 commit f232018

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
@@ -70,7 +70,7 @@ sessions, check their default configuration:
7070
// improves the security of the cookies used for sessions
7171
->cookieSecure('auto')
7272
->cookieSamesite('lax')
73-
->storage_factory_id('session.storage.factory.native')
73+
->storageFactoryId('session.storage.factory.native')
7474
;
7575
};
7676

0 commit comments

Comments
 (0)