modify plugin name

This commit is contained in:
2022-06-09 10:02:57 +08:00
parent 92c6b48cb2
commit 5d395bd6f4
+3
View File
@@ -149,6 +149,9 @@ class Connection extends Component
*/
public function getMasterClient(): PDO
{
if ($this->_pdo) {
return $this->_pdo;
}
return $this->connections()->get([
'cds' => $this->cds,
'username' => $this->username,