This commit is contained in:
2021-11-09 10:35:57 +08:00
parent cf468b8a24
commit 022f3936c4
+6
View File
@@ -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,