8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eeb1f0 commit 89de71dCopy full SHA for 89de71d
src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml
@@ -7,6 +7,8 @@
7
<services>
8
<service id="event_dispatcher" class="Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher">
9
<argument type="service" id="service_container" />
10
+ <autowiring-type>Symfony\Component\EventDispatcher\EventDispatcherInterface</autowiring-type>
11
+ <autowiring-type>Symfony\Component\EventDispatcher\EventDispatcher</autowiring-type>
12
</service>
13
14
<service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel">
0 commit comments