fly před 4 roky
rodič
revize
1d8d9b7dcd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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',