I am trying to use FOSUserBUndleBUndle
The xml class is
<service id="fos_user.entity_manager"
factory-service="doctrine"
factory-method="getEntityManager"
class="Doctrine\ORM\EntityManager"
public="false">
<argument>%fos_user.model_manager_name%</argument>
</service>
I want to know which class i have to write in
%fos_user.model_manager_name%
Basically i am just converting all xml files to yml files and make my custom bundle
that’s the name of the entity manager. If leaving blank it uses the standard entity manager