Autowiring the concrete class too - consistent with behavior of other services

This commit is contained in:
Ryan Weaver 2016-03-12 12:40:22 -05:00
parent e8b102e170
commit 2ea3f68437

View File

@ -48,6 +48,7 @@
<service id="service_container" synthetic="true">
<autowiring-type>Symfony\Component\DependencyInjection\ContainerInterface</autowiring-type>
<autowiring-type>Symfony\Component\DependencyInjection\Container</autowiring-type>
</service>
<service id="kernel" synthetic="true" />