Skip to content

Commit 0acd735

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: fix file path in comment following namespace
2 parents 3e7578a + 238a943 commit 0acd735

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
@@ -266,7 +266,7 @@ be called):
266266
Then, create a voter class that responds to this role and includes whatever custom
267267
logic you want::
268268

269-
// src/Service/Voter/SwitchToCustomerVoter.php
269+
// src/Security/Voter/SwitchToCustomerVoter.php
270270
namespace App\Security\Voter;
271271

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

0 commit comments

Comments
 (0)