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