cqpCow 1 год назад
Родитель
Сommit
81d8d0f450
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/Model/ProductInventorySet.php

+ 0 - 1
app/Model/ProductInventorySet.php

@@ -7,7 +7,6 @@ use Illuminate\Database\Eloquent\Model;
 
 class ProductInventorySet extends Model
 {
-//    protected $fillable = ['userData','search'];
     protected $guarded = [];
     protected $table = "depart_set"; //指定表
     const CREATED_AT = 'crt_time';