setting public

This commit is contained in:
Alex Renoki 2020-09-11 15:30:35 +03:00
parent a906bc8f3e
commit 0996f6e757
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class DatabaseStore implements StatisticsStore
* *
* @var string * @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 * Store a new record in the database and return