From 022f3936c4e3fe86ede649c8e1875d4ea97cce83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 9 Nov 2021 10:35:57 +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/Connection.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Connection.php b/src/Connection.php index 1db9c8a..eca26fb 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -185,6 +185,12 @@ class Connection extends Component */ public function masterInstance(): PDO { + var_dump([ + 'cds' => $this->cds, + 'username' => $this->username, + 'password' => $this->password, + 'database' => $this->database + ]); return $this->connections()->get([ 'cds' => $this->cds, 'username' => $this->username,