mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
improve cleanup calculate seed bonus
This commit is contained in:
@@ -23,15 +23,18 @@ class UpdateTorrentSeedersEtc implements ShouldQueue
|
||||
|
||||
private string $requestId;
|
||||
|
||||
private string $idStr;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(int $beginTorrentId, int $endTorrentId, string $requestId = '')
|
||||
public function __construct(int $beginTorrentId, int $endTorrentId, string $idStr, string $requestId = '')
|
||||
{
|
||||
$this->beginTorrentId = $beginTorrentId;
|
||||
$this->endTorrentId = $endTorrentId;
|
||||
$this->idStr = $idStr;
|
||||
$this->requestId = $requestId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user