DoctrineSetup is missing #7306

Closed
opened 2026-01-22 15:49:40 +01:00 by admin · 3 comments
Owner

Originally created by @simPod on GitHub (Feb 4, 2024).

Bug Report

Q A
BC Break no
Version 3.0.0

Summary

https://github.com/doctrine/orm/blob/7527b788dec9b9003e75004ed65c0dcb3753c70e/UPGRADE.md?plain=1#L496

This says there's DoctrineSetup class

image

Current behavior

The class does not exist

How to reproduce

Expected behavior

Originally created by @simPod on GitHub (Feb 4, 2024). ### Bug Report <!-- Fill in the relevant information below to help triage your issue. --> | Q | A |------------ | ------ | BC Break | no | Version | 3.0.0 #### Summary https://github.com/doctrine/orm/blob/7527b788dec9b9003e75004ed65c0dcb3753c70e/UPGRADE.md?plain=1#L496 This says there's DoctrineSetup class <img width="818" alt="image" src="https://github.com/doctrine/orm/assets/327717/2efb7c88-0d54-43cb-828d-ad14345df64f"> #### Current behavior The class does not exist #### How to reproduce <!-- Provide steps to reproduce the bug. If possible, also add a code snippet with relevant configuration, entity mappings, DQL etc. Adding a failing Unit or Functional Test would help us a lot - you can submit one in a Pull Request separately, referencing this bug report. --> #### Expected behavior <!-- What was the expected (correct) behavior? -->
admin closed this issue 2026-01-22 15:49:40 +01:00
Author
Owner

@derrabus commented on GitHub (Feb 4, 2024):

#11218

@derrabus commented on GitHub (Feb 4, 2024): #11218
Author
Owner

@simPod commented on GitHub (Feb 4, 2024):

Orm setup is missing create default annotation driver method 🤔

@simPod commented on GitHub (Feb 4, 2024): Orm setup is missing create default annotation driver method 🤔
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7306