From 094d56120dae4028296d7860df89eb65d9764492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 25 Oct 2021 15:08:18 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mysql/PDO.php b/src/Mysql/PDO.php index 10f6408..3994bc2 100644 --- a/src/Mysql/PDO.php +++ b/src/Mysql/PDO.php @@ -43,7 +43,6 @@ class PDO implements StopHeartbeatCheck public function __construct(public string $dbname, public string $cds, public string $username, public string $password, public string $chatset = 'utf8mb4') { - $this->eventProvider = Kiri::getDi()->get(EventProvider::class); }