diff --git a/app/Model/v3/Goods.php b/app/Model/v3/Goods.php index 86533a4..4c71abc 100644 --- a/app/Model/v3/Goods.php +++ b/app/Model/v3/Goods.php @@ -55,10 +55,6 @@ class Goods extends Model 'noneffective_note', ]; - protected $visible = [ - 'id', 'cover_img', 'name', 'original_price', 'price', 'inventory', 'store_id', 'sales as total_sales' - ]; - protected function boot(): void { parent::boot();