modify plugin name
This commit is contained in:
@@ -149,6 +149,9 @@ class Connection extends Component
|
|||||||
*/
|
*/
|
||||||
public function getMasterClient(): PDO
|
public function getMasterClient(): PDO
|
||||||
{
|
{
|
||||||
|
if ($this->_pdo) {
|
||||||
|
return $this->_pdo;
|
||||||
|
}
|
||||||
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