You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In latest version of doctrine orm fixtures, it's now possible to have fixtures as services which provides all the dependency injection goodies and no issues with getting public services from the container.
I've added this to the mongoodm bundle as a pull request (doctrine/DoctrineMongoDBBundle#529).
Would there be interest for this in this migrations bundle as well?
It would mean implementing an interface which is loaded with a compiler pass into the migration manager instead of loading files inside migrations/mongodb directory.
The text was updated successfully, but these errors were encountered:
In latest version of doctrine orm fixtures, it's now possible to have fixtures as services which provides all the dependency injection goodies and no issues with getting public services from the container.
I've added this to the mongoodm bundle as a pull request (doctrine/DoctrineMongoDBBundle#529).
Would there be interest for this in this migrations bundle as well?
It would mean implementing an interface which is loaded with a compiler pass into the migration manager instead of loading files inside migrations/mongodb directory.
The text was updated successfully, but these errors were encountered: