diff --git a/session.rst b/session.rst index 55bc2be1a0c..2898ba5d70b 100644 --- a/session.rst +++ b/session.rst @@ -71,7 +71,7 @@ sessions, check their default configuration: // improves the security of the cookies used for sessions ->cookieSecure('auto') ->cookieSamesite(Cookie::SAMESITE_LAX) - ->storage_factory_id('session.storage.factory.native') + ->storageFactoryId('session.storage.factory.native') ; };