morphTo(); } /** * @return morphMany */ public function transactions(): morphMany { return $this->morphMany(Transaction::class, 'owner'); } }