From d7c2a1c02474b4f6146c86a713f618b4e8568c19 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Thu, 23 Mar 2017 11:31:22 +0000 Subject: [PATCH] Update authentication.rst --- components/security/authentication.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/security/authentication.rst b/components/security/authentication.rst index 753c7d00b7f..bc493166a72 100644 --- a/components/security/authentication.rst +++ b/components/security/authentication.rst @@ -76,6 +76,7 @@ The default authentication manager is an instance of :class:`Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager`:: use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager; + use Symfony\Component\Security\Core\Exception\AuthenticationException; // instances of Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface $providers = array(...);