As of https://github.com/symfony/symfony/pull/21306 the constructor is now always autowired, so there's no need to add `__construct` here: ```yaml services: Foo\Bar: { autowire: ['__construct', 'set*'] } ```