Skip to content

Commit c742190

Browse files
committed
Fix typo in SwitchUserListener file name
1 parent fdfc2cb commit c742190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ how to change the sticky locale:
223223

224224
.. code-block:: php
225225
226-
// src/AppBundle/EventListener/SwitchUserListener.pnp
226+
// src/AppBundle/EventListener/SwitchUserListener.php
227227
namespace AppBundle\EventListener;
228228
229229
use Symfony\Component\Security\Http\Event\SwitchUserEvent;

0 commit comments

Comments
 (0)