mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1629: short namespace in targetEntity dont work #2048
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 31, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user mazhack:
in 2.1.x this work
/****
*/
in 2.2 crash!
PHP Fatal error: Uncaught exception 'Doctrine\ORM\Mapping\MappingException' with message 'The target-entity Db:Cliente cannot be found in 'Lanzadora\modelo\Servicios#cliente'.' ....
to use 2.2, i need update all Entities to this:
/****
*/
why it change?, is bug or planned?
see DDC-1585 !!!
@doctrinebot commented on GitHub (Mar 3, 2012):
Comment created by @beberlei:
Iti shouldnt even work in 2.1, this is invalid.
@doctrinebot commented on GitHub (Mar 3, 2012):
Issue was closed with resolution "Invalid"