fly 4 년 전
부모
커밋
1d8d9b7dcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Modules/User/Models/ReadLog.php

+ 1 - 1
app/Modules/User/Models/ReadLog.php

@@ -9,7 +9,7 @@ class ReadLog extends Model
 {
     use TableSuffix;
 
-    protected $table = 'read_logs';
+    protected $table = 'record_logs';
     protected $fillable = [
         'distribution_channel_id',
         'bid',