mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix cleanup jobs
This commit is contained in:
@@ -99,7 +99,7 @@ class UpdateTorrentSeedersEtc implements ShouldQueue
|
||||
->groupBy(['torrent'])
|
||||
->get();
|
||||
foreach ($res as $row) {
|
||||
$torrents[$row->torrent]["comments"] = $row["c"];
|
||||
$torrents[$row->torrent]["comments"] = $row->c;
|
||||
}
|
||||
$seedersUpdates = $leechersUpdates = $commentsUpdates = [];
|
||||
foreach ($torrentIdArr as $id) {
|
||||
|
||||
Reference in New Issue
Block a user