From 621179c7d6474ebd9e58af21cf330e2b5536d8ef Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 20 Sep 2021 02:58:23 +0800 Subject: [PATCH] 111 --- http-server/Constrict/TcpEmitter.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http-server/Constrict/TcpEmitter.php b/http-server/Constrict/TcpEmitter.php index 65752829..fc496627 100644 --- a/http-server/Constrict/TcpEmitter.php +++ b/http-server/Constrict/TcpEmitter.php @@ -3,8 +3,7 @@ namespace Server\Constrict; use Exception; -use Http\Context\Formatter\FileFormatter; -use Server\Constrict\ResponseInterface; +use Http\Handler\Formatter\FileFormatter; use Swoole\Server;