Skip to content

Commit 587c9bb

Browse files
authored
Merge pull request FriendsOfSymfony#2699 from panki3a/master
Update change_password.xml to make service public
2 parents 1ea2941 + 4169d71 commit 587c9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/change_password.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
66

77
<services>
8-
<service id="fos_user.change_password.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory">
8+
<service id="fos_user.change_password.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory" public="true">
99
<argument type="service" id="form.factory" />
1010
<argument>%fos_user.change_password.form.name%</argument>
1111
<argument>%fos_user.change_password.form.type%</argument>

0 commit comments

Comments
 (0)