Skip to content

Commit af92a72

Browse files
authored
Split hyperf/coordinator from hyperf/utils. (#4225)
1 parent 1537f57 commit af92a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
use Hyperf\Contract\OnMessageInterface;
1919
use Hyperf\Contract\OnOpenInterface;
2020
use Hyperf\Contract\StdoutLoggerInterface;
21+
use Hyperf\Coordinator\Constants;
22+
use Hyperf\Coordinator\CoordinatorManager;
2123
use Hyperf\Dispatcher\HttpDispatcher;
2224
use Hyperf\Engine\Constant;
2325
use Hyperf\Engine\Http\FdGetter;
@@ -34,8 +36,6 @@
3436
use Hyperf\Server\Server as AsyncStyleServer;
3537
use Hyperf\Server\ServerManager;
3638
use Hyperf\Utils\Context;
37-
use Hyperf\Utils\Coordinator\Constants;
38-
use Hyperf\Utils\Coordinator\CoordinatorManager;
3939
use Hyperf\WebSocketServer\Collector\FdCollector;
4040
use Hyperf\WebSocketServer\Context as WsContext;
4141
use Hyperf\WebSocketServer\Exception\Handler\WebSocketExceptionHandler;

0 commit comments

Comments
 (0)