Skip to content

Commit

Permalink
更新:代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed Jan 12, 2023
1 parent 153c276 commit 959d101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Plugins/Topic/src/Models/Topic.php
Expand Up @@ -45,7 +45,7 @@ class Topic extends Model
*
* @var array
*/
protected $fillable = ['id', 'created_at', 'updated_at', 'title', 'user_id', 'status', 'post_id', 'view', 'tag_id', 'options', '_token', 'topping', 'essence'];
protected $fillable = ['id', 'created_at', 'updated_at', 'title', 'user_id', 'status', 'post_id', 'view', 'tag_id', 'options','topping', 'essence'];

/**
* The attributes that should be cast to native types.
Expand Down

0 comments on commit 959d101

Please sign in to comment.