Skip to content

Commit 83e2616

Browse files
committed
Fix example namespace
1 parent 387ebc0 commit 83e2616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The default authentication manager is an instance of
7171

7272
use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager;
7373

74-
// instances of Symfony\Component\Security\Core\Authentication\AuthenticationProviderInterface
74+
// instances of Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface
7575
$providers = array(...);
7676

7777
$authenticationManager = new AuthenticationProviderManager($providers);

0 commit comments

Comments
 (0)