announce only check paid torrent for leechers

This commit is contained in:
xiaomlove
2023-02-12 15:04:48 +08:00
parent cd3f8576c5
commit 64defea3e3
5 changed files with 26 additions and 8 deletions
+3 -2
View File
@@ -95,8 +95,9 @@ class Test extends Command
*/
public function handle()
{
$r = nexus_env('PHP_PATH') ?: 'php';
dd($r);
$now = Carbon::now();
$now->addSeconds();
dd($diffInSeconds);
}
}