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()