first commit after reset
[mixstore.git] / src / Mixstore / UserBundle / Resources / config / services.yml
1 services:
2 mixstore_user.registration.form.type:
3 class: Mixstore\UserBundle\Form\Type\RegistrationFormType
4 arguments: [%fos_user.model.user.class%]
5 tags:
6 - { name: form.type, alias: mixstore_user_registration }
7 mixstore_user.profile.form.type:
8 class: Mixstore\UserBundle\Form\Type\ProfileFormType
9 arguments: [%fos_user.model.user.class%]
10 tags:
11 - { name: form.type, alias: mixstore_user_profile }