Skip to content

Commit

Permalink
[FrameworkBundle] added ContainerAwareInterface to services.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Apr 12, 2011
1 parent d95a743 commit 61dba2d
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -53,4 +53,11 @@
<argument type="service" id="kernel" />
</service>
</services>
<interfaces>
<interface class="Symfony\Component\DependencyInjection\ContainerAwareInterface">
<call method="setContainer">
<argument type="service" id="service_container" />
</call>
</interface>
</interfaces>
</container>

0 comments on commit 61dba2d

Please sign in to comment.