[PR #454] Replaced the hard coded classname into static in the Entity Manager, in order to allow EntityManager extension #8223

Closed
opened 2026-01-22 15:58:57 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/454

State: closed
Merged: No


Changing the hard coded reference to the EntityManager class into static in the factory method to create an entity manager instance
(new EntityManager() --> new static()). In order to make it possible to extend the EntityManager class

**Original Pull Request:** https://github.com/doctrine/orm/pull/454 **State:** closed **Merged:** No --- Changing the hard coded reference to the EntityManager class into static in the factory method to create an entity manager instance (new EntityManager() --> new static()). In order to make it possible to extend the EntityManager class
admin added the pull-request label 2026-01-22 15:58:57 +01:00
admin closed this issue 2026-01-22 15:58:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8223