kphcdr 2 жил өмнө
parent
commit
6cc98c212c

+ 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)
     {