Skip to content

Commit db060cd

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: There is no handler file in storage
2 parents f1e0c4c + 72540b2 commit db060cd

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)