This commit is contained in:
2021-11-09 10:43:29 +08:00
parent 022f3936c4
commit 81d0e09c65
2 changed files with 3 additions and 7 deletions
-6
View File
@@ -185,12 +185,6 @@ 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,