We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63ae31 commit 96b222aCopy full SHA for 96b222a
1 file changed
Resources/config/routing/update_email.xml
@@ -5,7 +5,7 @@
5
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
6
7
<route id="fos_user_update_email_confirm" path="/confirm-email-update/{token}" methods="GET">
8
- <default key="_controller">FOSUserBundle:Profile:confirmEmailUpdate</default>
+ <default key="_controller">fos_user.profiler.controller:confirmEmailUpdateAction</default>
9
</route>
10
11
</routes>
0 commit comments