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

Commit 1020867

Browse files
authored
csfixing
1 parent 371bf54 commit 1020867

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Statistics/Logger/HttpStatisticsLogger.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
namespace BeyondCode\LaravelWebSockets\Statistics\Logger;
44

5-
use Clue\React\Buzz\Browser;
6-
use Ratchet\ConnectionInterface;
7-
use function GuzzleHttp\Psr7\stream_for;
85
use BeyondCode\LaravelWebSockets\Apps\App;
6+
use BeyondCode\LaravelWebSockets\Statistics\Http\Controllers\WebSocketStatisticsEntriesController;
97
use BeyondCode\LaravelWebSockets\Statistics\Statistic;
108
use BeyondCode\LaravelWebSockets\WebSockets\Channels\ChannelManager;
11-
use BeyondCode\LaravelWebSockets\Statistics\Http\Controllers\WebSocketStatisticsEntriesController;
9+
use Clue\React\Buzz\Browser;
10+
use function GuzzleHttp\Psr7\stream_for;
11+
use Ratchet\ConnectionInterface;
1212

1313
class HttpStatisticsLogger implements StatisticsLogger
1414
{

0 commit comments

Comments
 (0)