belongsTo(Torrent::class, 'torrentid'); } public function user() { return $this->belongsTo(Torrent::class, 'userid'); } }