-
Notifications
You must be signed in to change notification settings - Fork 439
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
#984 Symfony 4.4 compatibility #985
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use Doctrine\Common\Persistence\ManagerRegistry
instead of https://github.com/doctrine/DoctrineBundle/blob/master/UPGRADE-2.0.md#service-aliases
@@ -2,16 +2,16 @@ | |||
|
|||
namespace Enqueue\Doctrine; | |||
|
|||
use Doctrine\Bundle\DoctrineBundle\Registry; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use Doctrine\Common\Persistence\ManagerRegistry
instead as noted in the upgrade doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to ManagerRegistry
32d2c07
to
fca4b3b
Compare
any ETA on this to be merged? |
As mentioned in #988 it should be soon, probably tomorrow. In the meantime you can use the workaround described there to see if it will work in your project and maybe spot any issues. |
I'll close this one since it's been superseded by #988 |
Fix fox issue #984 and Symfony 4.4 compatibility
see symfony/symfony#32394