From 7f50d1b5c807adc470d590689eabcbf136459a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 18 Sep 2021 16:54:38 +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 ac41bd0..e3320db 100644 --- a/src/Mysql/PDO.php +++ b/src/Mysql/PDO.php @@ -3,7 +3,7 @@ namespace Database\Mysql; use Exception; -use Http\Context\Context; +use Http\Handler\Context; use Kiri\Abstracts\Logger; use Kiri\Events\EventProvider; use Kiri\Kiri;