admin add torrents

This commit is contained in:
xiaomlove
2022-07-03 14:00:07 +08:00
parent 9cf1cc7277
commit bd11527f4b
26 changed files with 393 additions and 31 deletions

View File

@@ -78,8 +78,8 @@ class Test extends Command
*/
public function handle()
{
$r = User::query()->find(10003, ['id', 'added', 'donoruntil']);
dd($r->donoruntil->toDateTimeString() < '1978');
$r = Carbon::parse('2022-07-03 04:00:00')->diffInSeconds();
dd($r);
}