mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Generated entities don't extend to the base class when we use inheritance mappings #6139
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maidmaid on GitHub (Dec 18, 2018).
Originally assigned to: @Ocramius on GitHub.
Bug Report
Summary
When we run
doctrine:mapping:convertwith inheritance mappings, the generated entities don't extend to the base class.Current behavior
From:
Generated entity:
How to reproduce
Expected behavior
@Ocramius commented on GitHub (Dec 18, 2018):
The entity generator is deprecated, removed from
master, and will no longer be improved.