You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently AttributeOverride is an annotation but the class declaration also consists of #[Attribute] attributes.
This implies a false impression for the attribute to be usable while it's false because there is no way to apply it nor class constructor which could be used on entity class as an attribute.
The text was updated successfully, but these errors were encountered:
Bug Report
Annotation
AttributeOverride
carry#[Attribute]
attribute unreasonably.Summary
Currently
AttributeOverride
is an annotation but the class declaration also consists of#[Attribute]
attributes.This implies a false impression for the attribute to be usable while it's false because there is no way to apply it nor class constructor which could be used on entity class as an attribute.
The text was updated successfully, but these errors were encountered: