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';