mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
optional parameter after the required one
This commit is contained in:
@@ -27,9 +27,9 @@ class JWTOnDavUrlAuthenticator extends JWTTokenAuthenticator
|
|||||||
JWTTokenManagerInterface $jwtManager,
|
JWTTokenManagerInterface $jwtManager,
|
||||||
EventDispatcherInterface $dispatcher,
|
EventDispatcherInterface $dispatcher,
|
||||||
TokenExtractorInterface $tokenExtractor,
|
TokenExtractorInterface $tokenExtractor,
|
||||||
|
private readonly DavOnUrlTokenExtractor $davOnUrlTokenExtractor,
|
||||||
TokenStorageInterface $preAuthenticationTokenStorage,
|
TokenStorageInterface $preAuthenticationTokenStorage,
|
||||||
TranslatorInterface $translator = null,
|
TranslatorInterface $translator = null,
|
||||||
private readonly DavOnUrlTokenExtractor $davOnUrlTokenExtractor,
|
|
||||||
) {
|
) {
|
||||||
parent::__construct($jwtManager, $dispatcher, $tokenExtractor, $preAuthenticationTokenStorage, $translator);
|
parent::__construct($jwtManager, $dispatcher, $tokenExtractor, $preAuthenticationTokenStorage, $translator);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user