From f96054fc5f60e8ba57ac601fcf8b3875bcc4505f Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Fri, 25 Aug 2017 11:25:57 +0200 Subject: [PATCH] Update remember_me.rst --- security/remember_me.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/remember_me.rst b/security/remember_me.rst index a1fb62d639d..d89d26dad65 100644 --- a/security/remember_me.rst +++ b/security/remember_me.rst @@ -241,7 +241,7 @@ In the following example, the action is only allowed if the user has the .. code-block:: php // ... - use Symfony\Component\Security\Core\Exception\AccessDeniedException + use Symfony\Component\Security\Core\Exception\AccessDeniedException; // ... public function editAction()