[PR #924] Update create to use LSB #8909

Closed
opened 2026-01-22 16:02:16 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: No


Updated the create method, to use static, instead of EntityManager, when creating the new instance. This allows users to easily extend EntityManager without having to rewrite the create method or do other tricks in order to get back an instance of their extended class.

**Original Pull Request:** https://github.com/doctrine/orm/pull/924 **State:** closed **Merged:** No --- Updated the create method, to use static, instead of EntityManager, when creating the new instance. This allows users to easily extend EntityManager without having to rewrite the create method or do other tricks in order to get back an instance of their extended class.
admin added the pull-request label 2026-01-22 16:02:16 +01:00
admin closed this issue 2026-01-22 16:02:16 +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#8909