Skip to content

Commit b4ef1c3

Browse files
committed
removed unused methods due to SecurityPass changes
1 parent b65af9a commit b4ef1c3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/lib/MVC/Symfony/Security/Authentication/DefaultAuthenticationSuccessHandler.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,6 @@ public function __construct(
2727
) {
2828
}
2929

30-
/**
31-
* Injects the ConfigResolver to potentially override default_target_path for redirections after authentication success.
32-
*/
33-
public function setConfigResolver(ConfigResolverInterface $configResolver): void
34-
{
35-
$this->configResolver = $configResolver;
36-
}
37-
38-
public function setEventDispatcher(EventDispatcherInterface $eventDispatcher): void
39-
{
40-
$this->eventDispatcher = $eventDispatcher;
41-
}
42-
43-
public function setPermissionResolver(PermissionResolver $permissionResolver): void
44-
{
45-
$this->permissionResolver = $permissionResolver;
46-
}
47-
4830
public function onAuthenticationSuccess(Request $request, TokenInterface $token): ?Response
4931
{
5032
$user = $token->getUser();

0 commit comments

Comments
 (0)