Skip to content

Commit b7d7978

Browse files
authored
Fixing bad path for class PdoSessionHandler
Missing `Handler` directory
1 parent c2bcbf6 commit b7d7978

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)