belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function userto() { return $this->belongsTo('User', 'user_to_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function giftgreet() { return $this->belongsTo('Giftgreet', 'gift_id', 'id', [], 'LEFT')->setEagerlyType(0); } }