Explorar el Código

同步脚本修改

任敬轩 hace 2 años
padre
commit
c951526ae5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'];
 }