Skip to content

Commit a350ef2

Browse files
committed
minor #7885 fix remaining setDefinition() call (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- fix remaining setDefinition() call Commits ------- 56d9f00 fix remaining setDefinition() call
2 parents 7afa14f + 56d9f00 commit a350ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_authentication_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ to service ids that do not exist yet: ``wsse.security.authentication.provider``
461461
))
462462
->setPublic(false);
463463
464-
$container->setDefinition('wsse.security.authentication.listener', WsseListener::class)
464+
$container->register('wsse.security.authentication.listener', WsseListener::class)
465465
->setArguments(array(
466466
new Reference('security.token_storage'),
467467
new Reference('security.authentication.manager'),

0 commit comments

Comments
 (0)