Skip to content

Commit dd06a75

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: fix file path in comment following namespace
2 parents 1dee796 + 0acd735 commit dd06a75

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)