Skip to content
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

[BUG] Resetting an entity manager doesn't reload the extensions #398

Open
kennaar opened this issue Sep 25, 2019 · 0 comments
Open

[BUG] Resetting an entity manager doesn't reload the extensions #398

kennaar opened this issue Sep 25, 2019 · 0 comments
Labels

Comments

@kennaar
Copy link

kennaar commented Sep 25, 2019

laravel-doctrine/orm v1.4.9, Laravel 5.7.26

Expected behaviour

After resetting an entity manager, the same extensions should be loaded (listed in doctrine.extensions) for that manager.

Actual behaviour

None of the extensions are loaded.

Steps to reproduce the behaviour

  • Enable any of the extensions listed in doctrine.extensions
  • Call ManagerRegistry::resetManager
  • Inspect the listeners for that particular entity manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants