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

Commit 6272ea4

Browse files
committed
wip
1 parent c8781c2 commit 6272ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dashboard/Http/Controllers/DashboardApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class DashboardApiController
66
{
77
public function getStatistics($appId)
88
{
9-
$webSocketsStatisticsEntryModelClass = config('websockets.statistics_model');
9+
$webSocketsStatisticsEntryModelClass = config('websockets.statistics.model');
1010
$statistics = $webSocketsStatisticsEntryModelClass::where('app_id', $appId)->latest()->limit(120)->get();
1111

1212
$statisticData = $statistics->map(function ($statistic) {

0 commit comments

Comments
 (0)