Skip to content

Commit 96b222a

Browse files
committed
removing duplicated route from #2612 and fixing other controller
1 parent c63ae31 commit 96b222a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/config/routing/update_email.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
66

77
<route id="fos_user_update_email_confirm" path="/confirm-email-update/{token}" methods="GET">
8-
<default key="_controller">FOSUserBundle:Profile:confirmEmailUpdate</default>
8+
<default key="_controller">fos_user.profiler.controller:confirmEmailUpdateAction</default>
99
</route>
1010

1111
</routes>

0 commit comments

Comments
 (0)