Skip to content

Commit 44a70cc

Browse files
committed
Autowiring the concrete class too - consistent with behavior of other services
1 parent dce70bd commit 44a70cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/services.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
<service id="service_container" synthetic="true">
5050
<autowiring-type>Symfony\Component\DependencyInjection\ContainerInterface</autowiring-type>
51+
<autowiring-type>Symfony\Component\DependencyInjection\Container</autowiring-type>
5152
</service>
5253

5354
<service id="kernel" synthetic="true" />

0 commit comments

Comments
 (0)