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