From ad537d1085fc498721425080c841d2db9f8df75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 6 Dec 2021 16:13:52 +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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Connection.php b/src/Connection.php index 287b636..4c1c1b2 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -197,13 +197,6 @@ class Connection extends Component */ public function masterInstance(): PDO { - var_dump([ - 'cds' => $this->cds, - 'username' => $this->username, - 'password' => $this->password, - 'attributes' => $this->attributes, - 'dbname' => $this->database - ]); return $this->connections()->get([ 'cds' => $this->cds, 'username' => $this->username,