setting public
This commit is contained in:
parent
a906bc8f3e
commit
0996f6e757
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue