Skip to content

Commit

Permalink
Fix deprecated warning in symfony 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j.averkamp committed Feb 22, 2013
1 parent 836e30b commit 45b7c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<argument>%fos_oauth_server.model.auth_code.class%</argument>
</service>

<service id="fos_oauth_server.entity_manager" factory-service="doctrine" factory-method="getEntityManager" class="Doctrine\ORM\EntityManager" public="false">
<service id="fos_oauth_server.entity_manager" factory-service="doctrine" factory-method="getManager" class="Doctrine\ORM\EntityManager" public="false">
<argument>%fos_oauth_server.model_manager_name%</argument>
</service>
</services>
Expand Down

0 comments on commit 45b7c4e

Please sign in to comment.