File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ the MongoDB connection as argument:
487487 // config/services.php
488488 namespace Symfony\Component\DependencyInjection\Loader\Configurator;
489489
490- use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler ;
490+ use Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler ;
491491
492492 return static function (ContainerConfigurator $container) {
493493 $services = $configurator->services();
@@ -596,7 +596,7 @@ configure these values with the second argument passed to the
596596 // config/services.php
597597 namespace Symfony\Component\DependencyInjection\Loader\Configurator;
598598
599- use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler ;
599+ use Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler ;
600600
601601 return static function (ContainerConfigurator $container) {
602602 $services = $configurator->services();
You can’t perform that action at this time.
0 commit comments