belongsTo(InvoiceChargeGroup::class, 'group_id'); } public function item() { return $this->belongsTo(InvoiceItem::class, 'invoice_item_id'); } }