改名
This commit is contained in:
@@ -185,6 +185,12 @@ class Connection extends Component
|
|||||||
*/
|
*/
|
||||||
public function masterInstance(): PDO
|
public function masterInstance(): PDO
|
||||||
{
|
{
|
||||||
|
var_dump([
|
||||||
|
'cds' => $this->cds,
|
||||||
|
'username' => $this->username,
|
||||||
|
'password' => $this->password,
|
||||||
|
'database' => $this->database
|
||||||
|
]);
|
||||||
return $this->connections()->get([
|
return $this->connections()->get([
|
||||||
'cds' => $this->cds,
|
'cds' => $this->cds,
|
||||||
'username' => $this->username,
|
'username' => $this->username,
|
||||||
|
|||||||
Reference in New Issue
Block a user