[DDC-2228] Entity generator with bundle inheritance doesn't create entity in right folder Created: 09/Jan/13 Updated: 09/Jan/13 Resolved: 09/Jan/13 |
|
| Status: | Closed |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Minor |
| Reporter: | thehyunkel | Assignee: | Benjamin Eberlei |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I use doctrine ORM in a symfony 2 project I have 2 bundles in my project : a "CommonBundle" and a "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; |
| Comments |
| Comment by Marco Pivetta [ 09/Jan/13 ] |
|
Please use https://github.com/doctrine/DoctrineBundle/issues for this case |
| Comment by Marco Pivetta [ 09/Jan/13 ] |
|
Issue belongs to DoctrineBundle |