fly 4 anni fa
parent
commit
1d8d9b7dcd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',