Skip to content

Commit

Permalink
Fix example namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lepiaf committed May 2, 2015
1 parent 387ebc0 commit 83e2616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/security/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The default authentication manager is an instance of

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

// instances of Symfony\Component\Security\Core\Authentication\AuthenticationProviderInterface
// instances of Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface
$providers = array(...);

$authenticationManager = new AuthenticationProviderManager($providers);
Expand Down

0 comments on commit 83e2616

Please sign in to comment.