[PR #61] Updated the EntityGenerator to be compatible with Common 3.0.x #7659

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

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

State: closed
Merged: Yes


This updates the EntityGenerator to work with Common 3.0.x by importing the annotation namespace as ORM and prefixing all entities with ORM\. The use statement is added in all cases to keep the code simple as it does not hurt on older versions of Common.

**Original Pull Request:** https://github.com/doctrine/orm/pull/61 **State:** closed **Merged:** Yes --- This updates the EntityGenerator to work with Common 3.0.x by importing the annotation namespace as `ORM` and prefixing all entities with `ORM\`. The use statement is added in all cases to keep the code simple as it does not hurt on older versions of Common.
admin added the pull-request label 2026-01-22 15:56:12 +01:00
admin closed this issue 2026-01-22 15:56:13 +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#7659