Skip to content

Commit

Permalink
Merge pull request #2 from malberts/patch-1
Browse files Browse the repository at this point in the history
Update services.xml
  • Loading branch information
h4cc committed Oct 23, 2013
2 parents 11644db + f39a8bf commit 6da8c7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ file that was distributed with this source code.
</service>

<service id="h4cc_alice_fixtures.orm.schema_tool" class="%h4cc_alice_fixtures.orm.schema_tool.class%">
<argument type="service" id="doctrine.orm.entity_manager"/>
<argument type="service" id="h4cc_alice_fixtures.orm.schema_tool.doctrine"/>
</service>

<service public="false" id="h4cc_alice_fixtures.orm.schema_tool.doctrine"
class="%h4cc_alice_fixtures.orm.schema_tool.doctrine%">
class="%h4cc_alice_fixtures.orm.schema_tool.doctrine.class%">
<argument type="service" id="doctrine.orm.entity_manager"/>
</service>
</services>
Expand Down

0 comments on commit 6da8c7d

Please sign in to comment.