Browse Source

同步脚本修改

任敬轩 2 years ago
parent
commit
c951526ae5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Mine/Entities/MineList.php

+ 1 - 1
Modules/Mine/Entities/MineList.php

@@ -9,5 +9,5 @@ class MineList extends Model
 {
     use SoftDeletes;
     protected $table = 'mine_list';
-    protected $fillable = ['id','parent_id', 'title', 'slug', 'sort', 'tier', 'degree', 'show', 'can_del', 'index_code'];
+    protected $fillable = ['parent_id', 'title', 'slug', 'sort', 'tier', 'degree', 'show', 'can_del', 'index_code'];
 }