Skip to content

Commit 29014dc

Browse files
committed
fix type hinting for QueueManage
1 parent fc9ec99 commit 29014dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Support\Arr;
66
use SwooleTW\Http\Helpers\FW;
7-
use Illuminate\Queue\QueueManager;
87
use Illuminate\Contracts\Http\Kernel;
98
use Swoole\Http\Server as HttpServer;
109
use Illuminate\Support\ServiceProvider;
@@ -14,6 +13,7 @@
1413
use SwooleTW\Http\Coroutine\MySqlConnection;
1514
use SwooleTW\Http\Commands\HttpServerCommand;
1615
use Swoole\Websocket\Server as WebsocketServer;
16+
use Illuminate\Queue\Capsule\Manager as QueueManager;
1717
use SwooleTW\Http\Task\Connectors\SwooleTaskConnector;
1818
use SwooleTW\Http\Coroutine\Connectors\ConnectorFactory;
1919

0 commit comments

Comments
 (0)