8000 [FrameworkBundle] added ContainerAwareInterface to services.xml · symfony/symfony@61dba2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 61dba2d

Browse files
committed
[FrameworkBundle] added ContainerAwareInterface to services.xml
1 parent d95a743 commit 61dba2d

File tree

1 file changed

+7
-0
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+7
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,11 @@
5353
<argument type="service" id="kernel" />
5454
</service>
5555
</services>
56+
<interfaces>
57+
<interface class="Symfony\Component\DependencyInjection\ContainerAwareInterface">
58+
<call method="setContainer">
59+
<argument type="service" id="service_container" />
60+
</call>
61+
</interface>
62+
</interfaces>
5663
</container>

0 commit comments

Comments
 (0)
0