8000 Improved the multiple user providers article by javiereguiluz · Pull Request #9726 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Improved the multiple user providers article #9726

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor tweak
  • Loading branch information
javiereguiluz committed May 24, 2018
commit 2e21cd8acf2346cd4318ce5b666ced486b9b6449
2 changes: 1 addition & 1 deletion security/multiple_user_providers.rst
5E72
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ to authenticate, check the returned user object::
// you can, for example, test that the returned user is an object of a
// particular class or check for certain attributes of your user objects
if ($user instance User) {
// the user was loaded from the security.yml file. Do something.
// the user was loaded from the main security config file. Do something.
// ...
}

Expand Down
0