fix snatch time field not increase

This commit is contained in:
xiaomlove
2022-04-08 22:26:10 +08:00
parent 9445ef98ac
commit 7e24dad00c
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ class Test extends Command
// $model = \App\Models\TorrentSecret::query()->where('id', 1)->first();
// \Nexus\Database\NexusDB::cache_put($key, $model);
$r = User::query()->first();
dd($r->donoruntil);
$peer = new Peer(['last_action' => '2022-04-08 22:20:14']);
}