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