改进 Task

This commit is contained in:
iVampireSP.com 2023-02-08 13:14:15 +08:00
parent f6e8b85a9d
commit c1d8035c4c
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -16,6 +16,7 @@ class Task extends Model
protected $fillable = [ protected $fillable = [
'host_id', 'host_id',
'user_id',
'title', 'title',
'progress', 'progress',
'status', 'status',