Skip to content

Commit 817b4f7

Browse files
fix merge
1 parent 8deed76 commit 817b4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EventListener/SessionListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Psr\Container\ContainerInterface;
1515
use Symfony\Component\HttpFoundation\Session\SessionInterface;
1616
use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
17-
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
17+
use Symfony\Component\HttpKernel\Event\RequestEvent;
1818

1919
/**
2020
* Sets the session in the request.
@@ -34,7 +34,7 @@ public function __construct(ContainerInterface $container, bool $debug = false)
3434
parent::__construct($container, $debug);
3535
}
3636

37-
public function onKernelRequest(GetResponseEvent $event)
37+
public function onKernelRequest(RequestEvent $event)
3838
{
3939
parent::onKernelRequest($event);
4040

0 commit comments

Comments
 (0)