Update src/Security/JWTAuthenticator.php

Co-authored-by: Maël Gangloff <contact@maelgangloff.fr>
Signed-off-by: Vincent <contact@vinceh121.me>
This commit is contained in:
Vincent
2024-08-19 21:21:48 +02:00
committed by GitHub
parent 188041ce05
commit 60022210bb

View File

@@ -21,7 +21,7 @@ class JWTAuthenticator implements AuthenticationSuccessHandlerInterface
public function __construct(
protected JWTTokenManagerInterface $jwtManager,
protected EventDispatcherInterface $dispatcher,
private string $appEnv,
protected KernelInterface $kernel
) {
}