diff --git a/doctrine/pdo_session_storage.rst b/doctrine/pdo_session_storage.rst index ee6efc80de9..72559ee94ff 100644 --- a/doctrine/pdo_session_storage.rst +++ b/doctrine/pdo_session_storage.rst @@ -184,7 +184,7 @@ Preparing the Database to Store Sessions Before storing sessions in the database, you must create the table that stores the information. The session handler provides a method called -:method:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler::createTable` +:method:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler::createTable` to set up this table for you according to the database engine used:: try {