File tree 1 file changed +0
-4
lines changed 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,11 @@ fos_user:
18
18
profile :
19
19
form :
20
20
type : fos_user_profile
21
- handler : fos_user.profile.form.handler.default
22
21
name : fos_user_profile_form
23
22
validation_groups : [Profile, Default]
24
23
change_password :
25
24
form :
26
25
type : fos_user_change_password
27
- handler : fos_user.change_password.form.handler.default
28
26
name : fos_user_change_password_form
29
27
validation_groups : [ChangePassword, Default]
30
28
registration :
@@ -36,7 +34,6 @@ fos_user:
36
34
template : FOSUserBundle:Registration:email.txt.twig
37
35
form :
38
36
type : fos_user_registration
39
- handler : fos_user.registration.form.handler.default
40
37
name : fos_user_registration_form
41
38
validation_groups : [Registration, Default]
42
39
resetting :
@@ -64,7 +61,6 @@ fos_user:
64
61
group_manager : fos_user.group_manager.default
65
62
form :
66
63
type : fos_user_group
67
- handler : fos_user.group.form.handler.default
68
64
name : fos_user_group_form
69
65
validation_groups : [Registration, Default]
70
66
` ` `
You can’t perform that action at this time.
0 commit comments