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
The `ClassMetadataInfo` was always using the "current class" to
fetch the reflection of a property even when a field is declared
on the parent class (which causes `ReflectionProperty` to throw
an exception).
Fixesdoctrine#4097 and doctrine#4277.
Jira issue originally created by user nemo64:
I have a setup similar to this one :
This causes the following error:
This can easily be fixed by making the embeddable protected, but if I didn't miss anything, a private embed should work too.
The text was updated successfully, but these errors were encountered: