cqpCow 1 سال پیش
والد
کامیت
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';