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

Commit 3ce7eff

Browse files
authored
Apply fixes from StyleCI (#484)
1 parent c6b3c07 commit 3ce7eff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/WebSocketsServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use BeyondCode\LaravelWebSockets\Apps\AppManager;
66
use BeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\AuthenticateDashboard;
7-
use BeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\ShowStatistics;
87
use BeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\SendMessage;
98
use BeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\ShowDashboard;
9+
use BeyondCode\LaravelWebSockets\Dashboard\Http\Controllers\ShowStatistics;
1010
use BeyondCode\LaravelWebSockets\Dashboard\Http\Middleware\Authorize as AuthorizeDashboard;
1111
use BeyondCode\LaravelWebSockets\PubSub\Broadcasters\RedisPusherBroadcaster;
1212
use BeyondCode\LaravelWebSockets\Server\Router;

tests/Dashboard/StatisticsTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
namespace BeyondCode\LaravelWebSockets\Tests\Dashboard;
44

55
use BeyondCode\LaravelWebSockets\Statistics\Logger\MemoryStatisticsLogger;
6-
use BeyondCode\LaravelWebSockets\Tests\TestCase;
76
use BeyondCode\LaravelWebSockets\Tests\Models\User;
8-
use BeyondCode\LaravelWebSockets\Tests\Mocks\Message;
7+
use BeyondCode\LaravelWebSockets\Tests\TestCase;
98

109
class StatisticsTest extends TestCase
1110
{

0 commit comments

Comments
 (0)