-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove usage of the whole container #688
Comments
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
This should be aiming v5.0 because commands are marked as DoctrineMongoDBBundle/Command/DoctrineODMCommand.php Lines 46 to 59 in 6f1b0da
|
Right now
CacheWarmers
receive the whole container and also in Command:DoctrineMongoDBBundle/Command/DoctrineODMCommand.php
Lines 29 to 31 in ccc51c0
it would be nice to inject only the used services and parameters and remove the usage of the whole container.
The text was updated successfully, but these errors were encountered: