propelorm / PropelBundle

PropelBundle for Symfony.
http://propelorm.org/Propel/documentation/#working-with-symfony2
180 stars 156 forks source link

Updated dependency injection for fixtures commands. #486

Closed kingchills closed 2 years ago

kingchills commented 6 years ago

Since services are defaulted to private going forward, we need to update the Commands that are registered as services to inject their dependencies whenever possible.

dereuromark commented 2 years ago

Is this still relevant?

dereuromark commented 2 years ago

Actually, https://github.com/SkyFoxvn/PropelBundle will most likely be the follower of this now.