From 8ddf8ec5b8a3544cb1db3ee0356d863cf5d9f489 Mon Sep 17 00:00:00 2001 From: Pierre Boissinot Date: Mon, 22 Feb 2021 12:25:05 +0100 Subject: [PATCH] fix file path in comment following namespace --- security/impersonating_user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/impersonating_user.rst b/security/impersonating_user.rst index 5f44a7fad23..ca4c1e3947f 100644 --- a/security/impersonating_user.rst +++ b/security/impersonating_user.rst @@ -259,7 +259,7 @@ be called): Then, create a voter class that responds to this role and includes whatever custom logic you want:: - // src/Service/Voter/SwitchToCustomerVoter.php + // src/Security/Voter/SwitchToCustomerVoter.php namespace App\Security\Voter; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;