liyinglin 2 years ago
parent b8a5526352
commit e533f00ae4

@ -9,8 +9,6 @@ class Product extends SoftDeletesModel
{
protected $table = "product";
protected $casts = ['factor_item_ids' => 'json'];
protected static function booted()
{
static::addGlobalScope(new AdminProjectScope());

Loading…
Cancel
Save