mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
improve install & update
This commit is contained in:
@@ -315,6 +315,7 @@ class TorrentRepository extends BaseRepository
|
||||
->where('uid', $uid)
|
||||
->whereIn('torrent_id', [0, $id])
|
||||
->orderBy('torrent_id', 'desc')
|
||||
->orderBy('id', 'desc')
|
||||
->first();
|
||||
if ($secret) {
|
||||
return $secret->secret;
|
||||
|
||||
Reference in New Issue
Block a user