We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462ab95 commit 0f6b3efCopy full SHA for 0f6b3ef
src/Symfony/Bridge/Doctrine/Middleware/IdleConnection/Listener.php
@@ -49,7 +49,7 @@ public function onKernelRequest(RequestEvent $event): void
49
public static function getSubscribedEvents(): array
50
{
51
return [
52
- KernelEvents::REQUEST => 'onKernelRequest',
+ KernelEvents::REQUEST => ['onKernelRequest', 192], // before session listeners since they could use the DB
53
];
54
}
55
0 commit comments