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.
1 parent 45314d5 commit dc70cfdCopy full SHA for dc70cfd
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