Skip to content
Snippets Groups Projects
Commit 02764555 authored by Marko Ivancic's avatar Marko Ivancic
Browse files

WIP

parent 8748dc6d
No related branches found
No related tags found
1 merge request!8Fix logut
Pipeline #81091 passed
......@@ -45,20 +45,15 @@ use Symfony\Component\HttpFoundation\Response;
*/
class Logout
{
protected ModuleConfiguration $moduleConfiguration;
protected Session $session;
protected LoggerInterface $logger;
protected string $defaultAuthenticationSource;
protected Simple $authSimple;
protected HelpersManager $helpersManager;
protected User $user;
protected SspConfiguration $sspConfiguration;
/**
* @param ModuleConfiguration $moduleConfiguration
* @param SspConfiguration $sspConfiguration
* @param Session $session The current user session.
* @param LoggerInterface $logger
* @param Session $session
* @param Simple|null $authSimple
* @param HelpersManager|null $helpersManager
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment