Skip to content

Commit ee4581d

Browse files
committed
Revert "Merge pull request FriendsOfSymfony#2691 from runawaycoin/patch-2"
This reverts commit 5884948, reversing changes made to 45314d5. The form factory service has no reason to be a public service. It is used only by the controller and we don't use public access in it anymore.
1 parent a44ee61 commit ee4581d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/registration.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<services>
88

9-
<service id="fos_user.registration.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory" public="true">
9+
<service id="fos_user.registration.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory">
1010
<argument type="service" id="form.factory" />
1111
<argument>%fos_user.registration.form.name%</argument>
1212
<argument>%fos_user.registration.form.type%</argument>

0 commit comments

Comments
 (0)