diff --git a/src/Statistics/Http/Controllers/WebsocketStatisticsEntriesController.php b/src/Statistics/Http/Controllers/WebsocketStatisticsEntriesController.php index bced6c1..d698626 100644 --- a/src/Statistics/Http/Controllers/WebsocketStatisticsEntriesController.php +++ b/src/Statistics/Http/Controllers/WebsocketStatisticsEntriesController.php @@ -17,5 +17,7 @@ class WebsocketStatisticsEntriesController ]); WebSocketsStatisticsEntry::create($validatedAttributes); + + return 'ok'; } } \ No newline at end of file