Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 0996f6e

Browse files
committed
setting public
1 parent a906bc8 commit 0996f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Statistics/Stores/DatabaseStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class DatabaseStore implements StatisticsStore
1313
*
1414
* @var string
1515
*/
16-
protected static $model = \BeyondCode\LaravelWebSockets\Models\WebSocketsStatisticsEntry::class;
16+
public static $model = \BeyondCode\LaravelWebSockets\Models\WebSocketsStatisticsEntry::class;
1717

1818
/**
1919
* Store a new record in the database and return

0 commit comments

Comments
 (0)