belongsTo(Transaction::class, 'transaction_id', 'id'); } public function method() { return $this->morphTo(); } }