analogueorm / analogue

Analogue ORM : Data Mapper ORM for Laravel/PHP
MIT License
634 stars 51 forks source link

Fix/inheritance eager loading #265

Closed RemiCollin closed 6 years ago

RemiCollin commented 6 years ago

This PR refactors the Result Building process. It fixes an error that would occur, when using single table inheritance, we would request to eager load a relationship which existed only on a child class.