mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #61] Updated the EntityGenerator to be compatible with Common 3.0.x #7659
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?
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
ORMand prefixing all entities withORM\. The use statement is added in all cases to keep the code simple as it does not hurt on older versions of Common.