mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
torrent global state add begin
This commit is contained in:
@@ -5,7 +5,7 @@ namespace App\Models;
|
||||
|
||||
class TorrentState extends NexusModel
|
||||
{
|
||||
protected $fillable = ['global_sp_state', 'deadline'];
|
||||
protected $fillable = ['global_sp_state', 'deadline', 'begin'];
|
||||
|
||||
protected $table = 'torrents_state';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user