diff --git a/src/Security/JWTAuthenticator.php b/src/Security/JWTAuthenticator.php index feda611..b054f13 100644 --- a/src/Security/JWTAuthenticator.php +++ b/src/Security/JWTAuthenticator.php @@ -21,7 +21,7 @@ class JWTAuthenticator implements AuthenticationSuccessHandlerInterface public function __construct( protected JWTTokenManagerInterface $jwtManager, protected EventDispatcherInterface $dispatcher, - private string $appEnv, + protected KernelInterface $kernel ) { }