kphcdr 2 jaren geleden
bovenliggende
commit
6cc98c212c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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)
     {