From 10ea6e66a3218ff11c4aaff354763c16bced8578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 25 Oct 2021 18:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Mysql/PDO.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Mysql/PDO.php b/src/Mysql/PDO.php index 3994bc2..a5af4d3 100644 --- a/src/Mysql/PDO.php +++ b/src/Mysql/PDO.php @@ -3,13 +3,11 @@ namespace Database\Mysql; use Exception; -use Http\Handler\Context; +use Server\Context; use Kiri\Abstracts\Logger; -use Kiri\Events\EventProvider; use Kiri\Kiri; use Kiri\Pool\StopHeartbeatCheck; use PDOStatement; -use Server\Events\OnWorkerExit; use Swoole\Timer; /**