Trying to eager load a model and it\'s related model but the related model returns null even though it has related data.
Group Model is polymorphic 1:1 to ei
Try this. It might help.
public function groupable() { return $this->morphTo('groupable'); }
I had that problem too earlier, maybe you have the same prob like me. Essentially what I did was to help Laravel finds what columns it needs to look up for.