File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
<argument >%fos_user.model.user.class%</argument >
13
13
</service >
14
14
15
- <service id =" FOS\UserBundle\Model\UserManagerInterface" alias =" fos_user.user_manager" public =" false" />
16
-
17
15
<!-- The factory is configured in the DI extension class to support more Symfony versions -->
18
16
<service id =" fos_user.object_manager" class =" Doctrine\Common\Persistence\ObjectManager" public =" false" >
19
17
<argument >%fos_user.model_manager_name%</argument >
Original file line number Diff line number Diff line change 31
31
32
32
<service id =" FOS\UserBundle\Util\CanonicalFieldsUpdater" alias =" fos_user.util.canonical_fields_updater" public =" false" />
33
33
34
+ <service id =" FOS\UserBundle\Model\UserManagerInterface" alias =" fos_user.user_manager" public =" false" />
34
35
</services >
35
36
36
37
</container >
You can’t perform that action at this time.
0 commit comments