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

EventArgs::getEntityManager is replaced by getObjectManager in Doctrine parent classes #2640

Closed
DubbleClick opened this issue Jun 28, 2023 · 1 comment

Comments

@DubbleClick
Copy link
Contributor

doctrine/orm#9875 deprecates retrieving entity managers and instead only allows retrieving object managers with no promise that they are entity managers.

UploadableBaseEventArgs should follow suit and at least add a getObjectManager() method to be in-line with the orm changes.

@franmomu
Copy link
Collaborator

Fixed in #2639

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants