empresarrollo

Results 1 comments of empresarrollo

@ajcastro You are right. with `$plan->load('items.planItem.unit');` I've made it work. But I cannot eager load the pivot relation going from "items()": When I do `$items = $plan->items()->orderBy('name')->with('planItem.unit')->get();` i got: `Call...