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 b8ff374 commit aa89f67Copy full SHA for aa89f67
Firewall/AbstractPreAuthenticatedListener.php
@@ -35,7 +35,7 @@
35
* @internal
36
*/
37
abstract class AbstractPreAuthenticatedListener extends AbstractListener
38
-
+{
39
protected $logger;
40
private $tokenStorage;
41
private $authenticationManager;
Firewall/ContextListener.php
@@ -13,6 +13,7 @@
13
14
use Psr\Log\LoggerInterface;
15
use Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy;
16
+use Symfony\Component\HttpFoundation\Request;
17
use Symfony\Component\HttpFoundation\Session\Session;
18
use Symfony\Component\HttpKernel\Event\RequestEvent;
19
use Symfony\Component\HttpKernel\Event\ResponseEvent;
0 commit comments