fly 4 år sedan
förälder
incheckning
1d8d9b7dcd
1 ändrade filer med 1 tillägg och 1 borttagningar
  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',