File tree 5 files changed +10
-5
lines changed
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 22
22
<argument type =" service" id =" fos_user.change_password.form.factory" />
23
23
<argument type =" service" id =" fos_user.user_manager" />
24
24
<call method =" setContainer" >
25
- <argument type =" service" id =" service_container " />
25
+ <argument type =" service" id =" Psr\Container\ContainerInterface " />
26
26
</call >
27
+ <tag name =" container.service_subscriber" />
27
28
</service >
28
29
29
30
<service id =" FOS\UserBundle\Controller\ChangePasswordController" alias =" fos_user.change_password.controller" public =" true" />
Original file line number Diff line number Diff line change 23
23
<argument type =" service" id =" fos_user.profile.form.factory" />
24
24
<argument type =" service" id =" fos_user.user_manager" />
25
25
<call method =" setContainer" >
26
- <argument type =" service" id =" service_container " />
26
+ <argument type =" service" id =" Psr\Container\ContainerInterface " />
27
27
</call >
28
+ <tag name =" container.service_subscriber" />
28
29
</service >
29
30
30
31
<service id =" FOS\UserBundle\Controller\ProfileController" alias =" fos_user.profile.controller" public =" true" />
Original file line number Diff line number Diff line change 24
24
<argument type =" service" id =" fos_user.user_manager" />
25
25
<argument type =" service" id =" security.token_storage" />
26
26
<call method =" setContainer" >
27
- <argument type =" service" id =" service_container " />
27
+ <argument type =" service" id =" Psr\Container\ContainerInterface " />
28
28
</call >
29
+ <tag name =" container.service_subscriber" />
29
30
</service >
30
31
31
32
<service id =" FOS\UserBundle\Controller\RegistrationController" alias =" fos_user.registration.controller" public =" true" />
Original file line number Diff line number Diff line change 32
32
<argument type =" service" id =" fos_user.mailer" />
33
33
<argument >%fos_user.resetting.retry_ttl%</argument >
34
34
<call method =" setContainer" >
35
- <argument type =" service" id =" service_container " />
35
+ <argument type =" service" id =" Psr\Container\ContainerInterface " />
36
36
</call >
37
+ <tag name =" container.service_subscriber" />
37
38
</service >
38
39
39
40
<service id =" FOS\UserBundle\Controller\ResettingController" alias =" fos_user.resetting.controller" public =" true" />
Original file line number Diff line number Diff line change 41
41
<argument type =" service" id =" security.authentication_utils" />
42
42
<argument type =" service" id =" security.csrf.token_manager" on-invalid =" null" />
43
43
<call method =" setContainer" >
44
- <argument type =" service" id =" service_container " />
44
+ <argument type =" service" id =" Psr\Container\ContainerInterface " />
45
45
</call >
46
+ <tag name =" container.service_subscriber" />
46
47
</service >
47
48
48
49
<service id =" FOS\UserBundle\Controller\SecurityController" alias =" fos_user.security.controller" public =" true" />
You can’t perform that action at this time.
0 commit comments