belongsTo(Claim::class, 'claim_id'); } public function claim_itemable() { return $this->morphTo(); } }