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
In current implementation, we have a check for interfaces but not for abstract classes. Therefore, if I have an abstract class type field then Hydrator tries to instantiate it and resulted in an exception.
In current implementation, we have a check for interfaces but not for abstract classes. Therefore, if I have an abstract class type field then Hydrator tries to instantiate it and resulted in an exception.