-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-dev
-
None
Passing the container as an argument to a service defeats the purpose of dependency injection. Instead it should use a service collection to use tagged services to retrieve a set of drivers, and then pass this array into the manager. Look at cron for how this is implemented correctly.