mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
DoctrineSetup is missing #7306
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 @simPod on GitHub (Feb 4, 2024).
Bug Report
Summary
https://github.com/doctrine/orm/blob/7527b788dec9b9003e75004ed65c0dcb3753c70e/UPGRADE.md?plain=1#L496
This says there's DoctrineSetup class
Current behavior
The class does not exist
How to reproduce
Expected behavior
@derrabus commented on GitHub (Feb 4, 2024):
#11218
@simPod commented on GitHub (Feb 4, 2024):
Orm setup is missing create default annotation driver method 🤔
@greg0ire commented on GitHub (Feb 4, 2024):
Yeah, we removed annotations in favor of attributes.
https://github.com/doctrine/orm/blob/7527b788dec9b9003e75004ed65c0dcb3753c70e/UPGRADE.md?plain=1#L162-L168