8000 There is no handler file in storage · symfony/symfony-docs@a620020 · GitHub
[go: up one dir, main page]

Skip to content

Commit a620020

Browse files
authored
There is no handler file in storage
Hi team, There is no createTable method in handler, because handle is folder now, but there is createTable in PdoSessionHandler So i request you to verify and approve my request
1 parent 8df44b2 commit a620020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/pdo_session_storage.rst

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

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

190190
try {

0 commit comments

Comments
 (0)
0