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 f8c56cc commit a7fe648Copy full SHA for a7fe648
src/EventListener/RequestListener.php
@@ -65,7 +65,7 @@ public function onKernelRequest(GetResponseEvent $event): void
65
}
66
67
$userData = [];
68
-
+
69
if (
70
null !== $token
71
&& null !== $this->authorizationChecker
0 commit comments