This commit is contained in:
2021-12-06 16:13:52 +08:00
parent 8be23dd4c7
commit ad537d1085
-7
View File
@@ -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,