From 5fc418d08b337e5f20117597e8bc964b9618215e Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 26 Jun 2018 14:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Swoole.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Swoole.php b/src/Swoole.php index 3740c43..7e02908 100644 --- a/src/Swoole.php +++ b/src/Swoole.php @@ -10,7 +10,8 @@ // +---------------------------------------------------------------------- namespace think\swoole; -use think\swoole\Server as HttpServer; +use Swoole\Http\Server as HttpServer; +use think\swoole\Server; /** * Swoole 命令行服务类