Closed
Description
As of symfony/symfony#21306 the constructor is now always autowired, so there's no need to add __construct
here:
services:
Foo\Bar: { autowire: ['__construct', 'set*'] }
As of symfony/symfony#21306 the constructor is now always autowired, so there's no need to add __construct
here:
services:
Foo\Bar: { autowire: ['__construct', 'set*'] }