[PR #11142] Remove inheritance #12814

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

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

State: closed
Merged: Yes


Spotted while trying to merge https://github.com/doctrine/orm/pull/11076 (among other things) up into 3.0.x. On that branch, it is no longer possible for an entity to extend another entity without specifying an inheritance mapping type.

I think the goal of that inheritance was just to reuse the identifier anyway, so let's just duplicate the identifier declaration instead.

**Original Pull Request:** https://github.com/doctrine/orm/pull/11142 **State:** closed **Merged:** Yes --- Spotted while trying to merge https://github.com/doctrine/orm/pull/11076 (among other things) up into 3.0.x. On that branch, it is no longer possible for an entity to extend another entity without specifying an inheritance mapping type. I think the goal of that inheritance was just to reuse the identifier anyway, so let's just duplicate the identifier declaration instead.
admin added the pull-request label 2026-01-22 16:15:15 +01:00
admin closed this issue 2026-01-22 16:15: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#12814