Skip to content

Commit 5bf1ffb

Browse files
committed
bug #41269 [SecurityBundle] Remove invalid unused service (chalasr)
This PR was merged into the 5.2 branch. Discussion ---------- [SecurityBundle] Remove invalid unused service | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Leftover of a revisited experimental feature (the class defined on the service does not exist). Commits ------- 1e6588a848 [SecurityBundle] Remove invalid unused service
2 parents e6e9e1f + 3f3e698 commit 5bf1ffb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Resources/config/security_authenticator_login_link.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,5 @@
5959
service('request_stack'),
6060
])
6161
->alias(LoginLinkHandlerInterface::class, 'security.authenticator.firewall_aware_login_link_handler')
62-
63-
->set('security.authenticator.entity_login_link_user_handler', EntityLoginLinkUserHandler::class)
64-
->abstract()
65-
->args([
66-
service('doctrine'),
67-
abstract_arg('user entity class name'),
68-
])
69-
7062
;
7163
};

0 commit comments

Comments
 (0)