From f3bc37e7720dff3363b8444a0623f2813b2ee285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 8 Jan 2025 11:06:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=20use=20=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-plugs-worker/src/support/HttpServer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/think-plugs-worker/src/support/HttpServer.php b/plugin/think-plugs-worker/src/support/HttpServer.php index 8bfdece66..c1d52bdbb 100644 --- a/plugin/think-plugs-worker/src/support/HttpServer.php +++ b/plugin/think-plugs-worker/src/support/HttpServer.php @@ -20,7 +20,6 @@ namespace plugin\worker\support; use plugin\worker\Monitor; use plugin\worker\Server; -use think\admin\Library; use think\admin\service\RuntimeService; use Workerman\Connection\TcpConnection; use Workerman\Protocols\Http\Request as WorkerRequest;