mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1983: Incorrect use statement in 25.1.3. Configuration example (Doctrine Console) #2503
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 (Aug 15, 2012).
Originally assigned to: @ostrolucky on GitHub.
Jira issue originally created by user atli:
The code example here:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/tools.html#configuration-non-pear
In the second "use" statement it references a "EntityManagerHelper" from the "Doctrine\DBAL\Tools\Console\Helper" package. However, it does not exist there. It does exist in the "Doctrine\ORM\Tools\Console\Helper" package though, and replacing it seems to work.
@ostrolucky commented on GitHub (Aug 3, 2018):
Offending section has been removed from docs in 2012