diff --git a/session.rst b/session.rst index 9ddf3eb028d..1f8eb70dfc4 100644 --- a/session.rst +++ b/session.rst @@ -1843,8 +1843,8 @@ the example below: https://symfony.com/schema/dic/services/services-1.0.xsd"> - @@ -1857,7 +1857,7 @@ the example below: return static function (FrameworkConfig $framework): void { $framework->session() ->storageFactoryId('session.storage.factory.php_bridge') - ->handlerId('session.storage.native_file') + ->handlerId('session.handler.native_file') ; };