-
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
Type mismatch in DoctrineConnectionFactoryFactory #1085
Comments
I figured out, that if in the file DoctrineConnectionFactoryFactory.php replace use Doctrine\Common\Persistence\ManagerRegistry; with use Symfony\Bridge\Doctrine\ManagerRegistry; or with use Doctrine\Persistence\ManagerRegistry; then error goes away. I'm not sure which option to use though. |
@agluh this is because this library does not strictly depend on |
Hi @Steveb-p ! Do you know if a patch will be done soon? Or do we have to downgrade from doctrine v3 to v2? Thx in advance. |
Related#1 |
Related#2 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Same error. |
Tagged 0.10.6 with the fix |
Hello!
Got an error while running command 'enqueue:consume':
How to reproduce
The text was updated successfully, but these errors were encountered: