mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DiscriminatorColumn constructor is missing fieldName? #6743
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 @Webonaute on GitHub (Jun 2, 2021).
DiscriminatorColumn constructor is missing fieldName?
produce error like:
@beberlei commented on GitHub (Jun 2, 2021):
This field is not used in code: https://github.com/doctrine/orm/blob/2.9.x/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php#L299 - you should remove it and we should remove this field.
@Webonaute commented on GitHub (Jun 2, 2021):
Why closing this straight away. its a BC between 2.8.4 and 2.9.2.
We used this fieldName since ages and now broking our code. why that change? why no deprecation warning?
@beberlei commented on GitHub (Jun 3, 2021):
@Webonaute what are you using it for? It has no functionality from looking at the code.