From 09f378ff3b2957ea5dfca0517c93ae08e89f0513 Mon Sep 17 00:00:00 2001 From: Clorr Date: Tue, 11 Aug 2020 14:31:32 +0200 Subject: [PATCH] Fixing bad path for class PdoSessionHandler Missing `Handler` directory --- session/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session/database.rst b/session/database.rst index 69838e26d1a..9e2777efc24 100644 --- a/session/database.rst +++ b/session/database.rst @@ -358,7 +358,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\\PdoSessionHandler::createTable` +:method:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler::createTable` to set up this table for you according to the database engine used:: try {