fuel / orm

Fuel PHP Framework - Fuel v1.x ORM
http://fuelphp.com/docs/packages/orm/intro.html
151 stars 95 forks source link

Issue with relation without records #433

Closed AdamSGit closed 4 years ago

AdamSGit commented 4 years ago

This PR fix the issue talked about in this forum thread about relations with no records not being initialized, triggering relation lazy-loading.

AdamSGit commented 4 years ago

I applied your reviews, except for the one I answered.