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:
487
487
// config/services.php
488
488
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
489
489
490
- use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler ;
490
+ use Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler ;
491
491
492
492
return static function (ContainerConfigurator $container) {
493
493
$services = $configurator->services();
@@ -596,7 +596,7 @@ configure these values with the second argument passed to the
596
596
// config/services.php
597
597
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
598
598
599
- use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler ;
599
+ use Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler ;
600
600
601
601
return static function (ContainerConfigurator $container) {
602
602
$services = $configurator->services();
You can’t perform that action at this time.
0 commit comments