Skip to content

Commit 3b0c9b7

Browse files
committed
minor #14052 Fixing bad path for class PdoSessionHandler (Clorr)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- Fixing bad path for class PdoSessionHandler Missing `Handler` directory Commits ------- 09f378f Fixing bad path for class PdoSessionHandler
2 parents bf61cd4 + 09f378f commit 3b0c9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Preparing the Database to Store Sessions
358358

359359
Before storing sessions in the database, you must create the table that stores
360360
the information. The session handler provides a method called
361-
:method:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\PdoSessionHandler::createTable`
361+
:method:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler::createTable`
362362
to set up this table for you according to the database engine used::
363363

364364
try {

0 commit comments

Comments
 (0)