We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45314d5 + dc70cfd commit 5884948Copy full SHA for 5884948
Resources/config/registration.xml
@@ -6,7 +6,7 @@
6
7
<services>
8
9
- <service id="fos_user.registration.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory">
+ <service id="fos_user.registration.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory" public="true">
10
<argument type="service" id="form.factory" />
11
<argument>%fos_user.registration.form.name%</argument>
12
<argument>%fos_user.registration.form.type%</argument>
0 commit comments