mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1055: cli orm:generate-proxies doesn't handle namespaces and CamelCased classnames very well #1317
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 (Mar 2, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user dhaarbrink:
When generating proxies for an entity named Lib\Entities\UserAudit for example it tries to autoload Lib/Entities/User/Audit.php while it should be loading Lib/Entities/UserAudit.php
This is only a problem with orm:generate-proxies, orm:generate-entities creates the correct entity: Lib/Entities/UserAudit.php
@doctrinebot commented on GitHub (Mar 2, 2011):
Comment created by dhaarbrink:
It seemed I had a little problem with my entities.. Sorry for the noise!
@doctrinebot commented on GitHub (Mar 2, 2011):
Issue was closed with resolution "Invalid"