belongsTo(Affiliator::class); } public function feeLedger() { return $this->morphOne(AffiliatorFeeLedger::class, 'transaction'); } }