fly 4 vuotta sitten
vanhempi
commit
1d8d9b7dcd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',