for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BeyondCode\LaravelWebSockets\Statistics\Models;
use Illuminate\Database\Eloquent\Model;
class WebSocketsStatisticsEntry extends Model
{
protected $guarded = [];
public function getTable() {
return config('websockets.database.tables.statistics_entries');
}