Skip to content

Commit

Permalink
removed connector factory which is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymframework committed Apr 28, 2019
1 parent 5a2cc96 commit d210bef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/HttpServiceProvider.php
Expand Up @@ -3,7 +3,6 @@
namespace SwooleTW\Http;

use SwooleTW\Http\Coroutine\Connectors\MySqlConnector;
use SwooleTW\Http\Helpers\FW;
use Illuminate\Queue\QueueManager;
use Swoole\Http\Server as HttpServer;
use Illuminate\Support\ServiceProvider;
Expand All @@ -13,7 +12,6 @@
use SwooleTW\Http\Commands\HttpServerCommand;
use Swoole\Websocket\Server as WebsocketServer;
use SwooleTW\Http\Task\Connectors\SwooleTaskConnector;
use SwooleTW\Http\Coroutine\Connectors\ConnectorFactory;

/**
* @codeCoverageIgnore
Expand Down

0 comments on commit d210bef

Please sign in to comment.