cqp 10 달 전
부모
커밋
6e6edb1a1e
1개의 변경된 파일과 1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Model/QuantizationDetails.php

+ 1 - 0
app/Model/QuantizationDetails.php

@@ -4,6 +4,7 @@ namespace App\Model;
 
 class QuantizationDetails extends UseScopeBaseModel
 {
+    protected $guarded = [];
     protected $table = "quantization_details"; //指定表
     const CREATED_AT = 'crt_time';
     const UPDATED_AT = 'upd_time';