改名
This commit is contained in:
@@ -197,13 +197,6 @@ class Connection extends Component
|
|||||||
*/
|
*/
|
||||||
public function masterInstance(): PDO
|
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([
|
return $this->connections()->get([
|
||||||
'cds' => $this->cds,
|
'cds' => $this->cds,
|
||||||
'username' => $this->username,
|
'username' => $this->username,
|
||||||
|
|||||||
Reference in New Issue
Block a user