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;