belongsTo('Car', 'car_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function coach() { return $this->belongsTo('Coach', 'coach_id', 'id', [], 'LEFT')->setEagerlyType(0); } }