From 83e2616e0ba861976dbf2c506278ec773b264131 Mon Sep 17 00:00:00 2001 From: Thierry Thuon Date: Sat, 2 May 2015 11:04:54 +0200 Subject: [PATCH] Fix example namespace --- components/security/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/security/authentication.rst b/components/security/authentication.rst index bf29ac98287..00425a5d8f3 100644 --- a/components/security/authentication.rst +++ b/components/security/authentication.rst @@ -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);