Skip to content

Commit 8ddf8ec

Browse files
pierreboissinotjaviereguiluz
authored andcommitted
fix file path in comment following namespace
1 parent 3b69d2a commit 8ddf8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ be called):
259259
Then, create a voter class that responds to this role and includes whatever custom
260260
logic you want::
261261

262-
// src/Service/Voter/SwitchToCustomerVoter.php
262+
// src/Security/Voter/SwitchToCustomerVoter.php
263263
namespace App\Security\Voter;
264264

265265
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

0 commit comments

Comments
 (0)