improve paid torrent + hit and run

This commit is contained in:
xiaomlove
2025-06-17 20:54:18 +07:00
parent ee4757cdc9
commit 3db4537153
21 changed files with 326 additions and 70 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Snatch extends NexusModel
protected $fillable = [
'torrentid', 'userid', 'ip', 'port', 'uploaded', 'downloaded', 'to_go', 'seedtime', 'leechtime',
'last_action', 'startdat', 'completedat', 'finished'
'last_action', 'startdat', 'completedat', 'finished', 'hit_and_run_id', 'buy_log_id',
];
protected $casts = [