diff --git a/src/Statistics/Stores/DatabaseStore.php b/src/Statistics/Stores/DatabaseStore.php index d9a6ad4..0de27bd 100644 --- a/src/Statistics/Stores/DatabaseStore.php +++ b/src/Statistics/Stores/DatabaseStore.php @@ -13,7 +13,7 @@ class DatabaseStore implements StatisticsStore * * @var string */ - protected static $model = \BeyondCode\LaravelWebSockets\Models\WebSocketsStatisticsEntry::class; + public static $model = \BeyondCode\LaravelWebSockets\Models\WebSocketsStatisticsEntry::class; /** * Store a new record in the database and return