From 98229b3aa8c8f7776c07d32190aba740ef57991f Mon Sep 17 00:00:00 2001 From: Joppe de Cuyper Date: Sat, 23 Nov 2019 11:29:51 +0100 Subject: [PATCH] #12661 Remove outdated service --- security/user_provider.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/security/user_provider.rst b/security/user_provider.rst index e4628a7ec31..97fc417a374 100644 --- a/security/user_provider.rst +++ b/security/user_provider.rst @@ -463,9 +463,8 @@ Symfony defines several services related to user providers: Select one of the following services to display its information: [0] security.user.provider.in_memory - [1] security.user.provider.in_memory.user - [2] security.user.provider.ldap - [3] security.user.provider.chain + [1] security.user.provider.ldap + [2] security.user.provider.chain ... Most of these services are abstract and cannot be injected in your services.