From cbb5f21870eea8ec556bec0c82951ebdc17c56a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 26 Oct 2021 10:56:03 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mysql/PDO.php b/src/Mysql/PDO.php index a5af4d3..6c42f25 100644 --- a/src/Mysql/PDO.php +++ b/src/Mysql/PDO.php @@ -3,7 +3,7 @@ namespace Database\Mysql; use Exception; -use Server\Context; +use Kiri\Context; use Kiri\Abstracts\Logger; use Kiri\Kiri; use Kiri\Pool\StopHeartbeatCheck;