mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #61] [MERGED] Updated the EntityGenerator to be compatible with Common 3.0.x #7654
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/61
Author: @stof
Created: 5/25/2011
Status: ✅ Merged
Merged: 6/11/2011
Merged by: @beberlei
Base:
master← Head:EntityGenerator_3📝 Commits (1)
693fc09Updated the EntityGenerator to be compatible with Common 3.0.x📊 Changes
1 file changed (+24 additions, -12 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/EntityGenerator.php(+24 -12)📄 Description
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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.