Skip to content

Commit

Permalink
minor symfony#12668 symfony#12661 Remove outdated service (JoppeDC)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.3 branch.

Discussion
----------

symfony#12661 Remove outdated service

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->
Removed outdated service. Fixes symfony#12661

#SymfonyHackday

Commits
-------

98229b3 symfony#12661 Remove outdated service
  • Loading branch information
wouterj committed Nov 23, 2019
2 parents ac9fbb2 + 98229b3 commit 9bfd35c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions security/user_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,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.
Expand Down

0 comments on commit 9bfd35c

Please sign in to comment.