8000 Merge branch '5.2' into 5.3 · SirRFI/symfony-docs@0245101 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0245101

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: [Session] Fix handler import
2 parents 867f125 + af8c205 commit 0245101

File tree

Collapse file tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

session/database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ the MongoDB connection as argument:
497497
// config/services.php
498498
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
499499
500-
use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler;
500+
use Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler;
501501
502502
return static function (ContainerConfigurator $container) {
503503
$services = $configurator->services();
@@ -606,7 +606,7 @@ configure these values with the second argument passed to the
606606
// config/services.php
607607
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
608608
609-
use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler;
609+
use Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler;
610610
611611
return static function (ContainerConfigurator $container) {
612612
$services = $configurator->services();

0 commit comments

Comments
 (0)
0