mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2228: Entity generator with bundle inheritance doesn't create entity in right folder #2804
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 @doctrinebot on GitHub (Jan 9, 2013).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user thehyunkel:
I use doctrine ORM in a symfony 2 project
I have 2 bundles in my project : a "CommonBundle" and a "LesNouvellesBundle".
CommonBundle is parent of LesNouvellesBundle
I used the following command line : php app/console doctrine:generate:entity --entity="CommonBundle:Article"
The generated entity is in LesNouvellesBundle/Entity folder and its namespace is : namespace GMP\LesNouvellesBundle\Entity;
@doctrinebot commented on GitHub (Jan 9, 2013):
Comment created by @ocramius:
Please use https://github.com/doctrine/DoctrineBundle/issues for this case
@doctrinebot commented on GitHub (Jan 9, 2013):
Comment created by @ocramius:
Issue belongs to DoctrineBundle
@doctrinebot commented on GitHub (Jan 9, 2013):
Issue was closed with resolution "Invalid"