From 6d391c92463a583717031a0aeb65396135edac9b Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Tue, 1 Jun 2021 19:19:38 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Server/Connections/ConnectionManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Server/Connections/ConnectionManager.php b/app/Server/Connections/ConnectionManager.php index e2e93ab..54b2e3d 100644 --- a/app/Server/Connections/ConnectionManager.php +++ b/app/Server/Connections/ConnectionManager.php @@ -6,7 +6,6 @@ use App\Contracts\ConnectionManager as ConnectionManagerContract; use App\Contracts\StatisticsCollector; use App\Contracts\SubdomainGenerator; use App\Http\QueryParameters; -use App\Server\Configuration; use App\Server\Exceptions\NoFreePortAvailable; use Ratchet\ConnectionInterface; use React\EventLoop\LoopInterface;