From 0996f6e7577c14842d9f90d2fbe6e568961762d0 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Fri, 11 Sep 2020 15:30:35 +0300 Subject: [PATCH] setting public --- src/Statistics/Stores/DatabaseStore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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