We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1e0c4c + 72540b2 commit db060cdCopy full SHA for db060cd
doctrine/pdo_session_storage.rst
@@ -184,7 +184,7 @@ Preparing the Database to Store Sessions
184
185
Before storing sessions in the database, you must create the table that stores
186
the information. The session handler provides a method called
187
-:method:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler::createTable`
+:method:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler::createTable`
188
to set up this table for you according to the database engine used::
189
190
try {
0 commit comments