8000 bug #12574 There is no handler file in storage (alihasana) · symfony/symfony-docs@72540b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72540b2

Browse files
committed
bug #12574 There is no handler file in storage (alihasana)
This PR was merged into the 4.3 branch. Discussion ---------- 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 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- a620020 There is no handler file in storage
2 parents 8df44b2 + a620020 commit 72540b2

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