Apply fixes from StyleCI (#449)

This commit is contained in:
rennokki 2020-08-13 14:25:10 +03:00 committed by GitHub
parent 344dfa7f96
commit 16446309ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -2,11 +2,7 @@
namespace BeyondCode\LaravelWebSockets\Tests\Commands; namespace BeyondCode\LaravelWebSockets\Tests\Commands;
use Artisan;
use BeyondCode\LaravelWebSockets\Statistics\Models\WebSocketsStatisticsEntry;
use BeyondCode\LaravelWebSockets\Tests\TestCase; use BeyondCode\LaravelWebSockets\Tests\TestCase;
use Carbon\Carbon;
use Illuminate\Support\Collection;
class StartWebSocketServerTest extends TestCase class StartWebSocketServerTest extends TestCase
{ {