mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
seed bonus add log etc
This commit is contained in:
10
app/Models/UserRequireSeedTorrent.php
Normal file
10
app/Models/UserRequireSeedTorrent.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class UserRequireSeedTorrent extends NexusModel
|
||||
{
|
||||
protected $fillable = ['user_id', 'torrent_id', 'seed_time_begin', 'uploaded_begin', 'last_settlement_at'];
|
||||
|
||||
public $timestamps = true;
|
||||
}
|
||||
Reference in New Issue
Block a user