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

Doctrine deprecations #2638

Closed
DubbleClick opened this issue Jun 27, 2023 · 3 comments
Closed

Doctrine deprecations #2638

DubbleClick opened this issue Jun 27, 2023 · 3 comments

Comments

@DubbleClick
Copy link
Contributor

https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/src/Mapping/Event/Adapter/ORM.php#L98

This calls LifeCycleEventArgs->getEntityManager() which has been deprecated for getObjectManager() instead. Likewise, calls to getEntity() have been deprecated for getObject() as well.

@phansys
Copy link
Collaborator

phansys commented Jun 27, 2023

Thank you @DubbleClick.
Do you plan to create a PR for these deprecation?

@DubbleClick
Copy link
Contributor Author

Yes - sorry, it's a hectic day, I will get around to it later.

@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

3 participants