We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387ebc0 commit 83e2616Copy full SHA for 83e2616
components/security/authentication.rst
@@ -71,7 +71,7 @@ The default authentication manager is an instance of
71
72
use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager;
73
74
- // instances of Symfony\Component\Security\Core\Authentication\AuthenticationProviderInterface
+ // instances of Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface
75
$providers = array(...);
76
77
$authenticationManager = new AuthenticationProviderManager($providers);
0 commit comments