Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Labels
Milestone
Description
As ofsymfony/symfony#21306 the constructor is now always autowired, so there's no need to add__construct here:
services:Foo\Bar:{ autowire: ['__construct', 'set*'] }