[PR #1402] AbstractCommand: use name of helper, do not require alias #9458

Closed
opened 2026-01-22 16:04:22 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/1402

State: closed
Merged: No


Name for the helper is "entityManager", see 330f88e44b/lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php (L70)

Using "em" forces creating an alias, while adding helper.

Seems like some forgotten name change.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1402 **State:** closed **Merged:** No --- Name for the helper is "entityManager", see https://github.com/doctrine/doctrine2/blob/330f88e44ba0e5e6f932a92ae63b64cdd5cdc046/lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php#L70 Using "em" forces creating an alias, while adding helper. Seems like some forgotten name change.
admin added the pull-request label 2026-01-22 16:04:22 +01:00
admin closed this issue 2026-01-22 16:04:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9458