File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
66
77 <route id =" fos_user_change_password" path =" /change-password" methods =" GET POST" >
8- <default key =" _controller" >fos_user.change_password.controller:changePassword </default >
8+ <default key =" _controller" >fos_user.change_password.controller:changePasswordAction </default >
99 </route >
1010
1111</routes >
Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
66
77 <route id =" fos_user_group_list" path =" /list" methods =" GET" >
8- <default key =" _controller" >fos_user.group.controller:list </default >
8+ <default key =" _controller" >fos_user.group.controller:listAction </default >
99 </route >
1010
1111 <route id =" fos_user_group_new" path =" /new" methods =" GET POST" >
12- <default key =" _controller" >fos_user.group.controller:new </default >
12+ <default key =" _controller" >fos_user.group.controller:newAction </default >
1313 </route >
1414
1515 <route id =" fos_user_group_show" path =" /{groupName}" methods =" GET" >
16- <default key =" _controller" >fos_user.group.controller:show </default >
16+ <default key =" _controller" >fos_user.group.controller:showAction </default >
1717 </route >
1818
1919 <route id =" fos_user_group_edit" path =" /{groupName}/edit" methods =" GET POST" >
20- <default key =" _controller" >fos_user.group.controller:edit </default >
20+ <default key =" _controller" >fos_user.group.controller:editAction </default >
2121 </route >
2222
2323 <route id =" fos_user_group_delete" path =" /{groupName}/delete" methods =" GET" >
24- <default key =" _controller" >fos_user.group.controller:delete </default >
24+ <default key =" _controller" >fos_user.group.controller:deleteAction </default >
2525 </route >
2626
2727</routes >
Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
66
77 <route id =" fos_user_profile_show" path =" /" methods =" GET" >
8- <default key =" _controller" >fos_user.profiler.controller:show </default >
8+ <default key =" _controller" >fos_user.profiler.controller:showAction </default >
99 </route >
1010
1111 <route id =" fos_user_profile_edit" path =" /edit" methods =" GET POST" >
12- <default key =" _controller" >fos_user.profiler.controller:edit </default >
12+ <default key =" _controller" >fos_user.profiler.controller:editAction </default >
1313 </route >
1414
1515</routes >
Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
66
77 <route id =" fos_user_registration_register" path =" /" methods =" GET POST" >
8- <default key =" _controller" >fos_user.registration.controller:register </default >
8+ <default key =" _controller" >fos_user.registration.controller:registerAction </default >
99 </route >
1010
1111 <route id =" fos_user_registration_check_email" path =" /check-email" methods =" GET" >
12- <default key =" _controller" >fos_user.registration.controller:checkEmail </default >
12+ <default key =" _controller" >fos_user.registration.controller:checkEmailAction </default >
1313 </route >
1414
1515 <route id =" fos_user_registration_confirm" path =" /confirm/{token}" methods =" GET" >
16- <default key =" _controller" >fos_user.registration.controller:confirm </default >
16+ <default key =" _controller" >fos_user.registration.controller:confirmAction </default >
1717 </route >
1818
1919 <route id =" fos_user_registration_confirmed" path =" /confirmed" methods =" GET" >
20- <default key =" _controller" >fos_user.registration.controller:confirmed </default >
20+ <default key =" _controller" >fos_user.registration.controller:confirmedAction </default >
2121 </route >
2222
2323</routes >
Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
66
77 <route id =" fos_user_resetting_request" path =" /request" methods =" GET" >
8- <default key =" _controller" >fos_user.resetting.controller:request </default >
8+ <default key =" _controller" >fos_user.resetting.controller:requestAction </default >
99 </route >
1010
1111 <route id =" fos_user_resetting_send_email" path =" /send-email" methods =" POST" >
12- <default key =" _controller" >fos_user.resetting.controller:sendEmail </default >
12+ <default key =" _controller" >fos_user.resetting.controller:sendEmailAction </default >
1313 </route >
1414
1515 <route id =" fos_user_resetting_check_email" path =" /check-email" methods =" GET" >
16- <default key =" _controller" >fos_user.resetting.controller:checkEmail </default >
16+ <default key =" _controller" >fos_user.resetting.controller:checkEmailAction </default >
1717 </route >
1818
1919 <route id =" fos_user_resetting_reset" path =" /reset/{token}" methods =" GET POST" >
20- <default key =" _controller" >fos_user.resetting.controller:reset </default >
20+ <default key =" _controller" >fos_user.resetting.controller:resetAction </default >
2121 </route >
2222
2323</routes >
Original file line number Diff line number Diff line change 55 xsi : schemaLocation =" http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd" >
66
77 <route id =" fos_user_security_login" path =" /login" methods =" GET POST" >
8- <default key =" _controller" >fos_user.security.controller:login </default >
8+ <default key =" _controller" >fos_user.security.controller:loginAction </default >
99 </route >
1010
1111 <route id =" fos_user_security_check" path =" /login_check" methods =" POST" >
12- <default key =" _controller" >fos_user.security.controller:check </default >
12+ <default key =" _controller" >fos_user.security.controller:checkAction </default >
1313 </route >
1414
1515 <route id =" fos_user_security_logout" path =" /logout" methods =" GET POST" >
16- <default key =" _controller" >fos_user.security.controller:logout </default >
16+ <default key =" _controller" >fos_user.security.controller:logoutAction </default >
1717 </route >
1818
1919</routes >
You can’t perform that action at this time.
0 commit comments