Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
Fix Invalid definition for fos_user.user_manager service (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Manzi <andrea.manzi@comune.fi.it>
  • Loading branch information
manzolo and Andrea Manzi committed May 31, 2021
1 parent 9ef2c93 commit c618bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/doctrine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</service>

<!-- The factory is configured in the DI extension class to support more Symfony versions -->
<service id="fos_user.object_manager" class="Doctrine\Common\Persistence\ObjectManager" public="false">
<service id="fos_user.object_manager" class="Doctrine\ORM\EntityManagerInterface" public="false">
<argument>%fos_user.model_manager_name%</argument>
</service>

Expand Down

0 comments on commit c618bf9

Please sign in to comment.