kphcdr 1 year ago
parent
commit
6cc98c212c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/Goods/GoodsCategoryMap.php

+ 1 - 1
app/Models/Goods/GoodsCategoryMap.php

@@ -30,7 +30,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
 class GoodsCategoryMap extends BaseModel
 {
     protected $table = "goods_category_map";
-    protected $fillable = ['goods_id', "category_id"];
+    protected $fillable = ['goods_id', "category_id", "is_public"];
 
     public function format(...$options)
     {