belongsTo(Invoice::class); } public function items() { return $this->hasMany(InvoiceChargeGroupItem::class, 'group_id'); } }