torrent global state add begin

This commit is contained in:
xiaomlove
2022-08-26 17:35:49 +08:00
parent cedd9ec437
commit e6888c043c
12 changed files with 94 additions and 29 deletions
+1 -1
View File
@@ -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';