From 89b30b8bc88e065a8c1bf793c068feb6ec720433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 6 Dec 2021 16:11:23 +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 insertion(+) diff --git a/src/Mysql/PDO.php b/src/Mysql/PDO.php index 04c4006..b7b244b 100644 --- a/src/Mysql/PDO.php +++ b/src/Mysql/PDO.php @@ -44,6 +44,7 @@ class PDO implements StopHeartbeatCheck */ public function __construct(array $config) { + var_dump($config); $this->dbname = $config['dbname']; $this->cds = $config['cds']; $this->username = $config['username'];