modify plugin name
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ class Connection extends Component
|
|||||||
*/
|
*/
|
||||||
public function getMasterClient(): PDO
|
public function getMasterClient(): PDO
|
||||||
{
|
{
|
||||||
if ($this->_pdo) {
|
if ($this->_pdo instanceof PDO) {
|
||||||
return $this->_pdo;
|
return $this->_pdo;
|
||||||
}
|
}
|
||||||
return $this->connections()->get([
|
return $this->connections()->get([
|
||||||
|
|||||||
Reference in New Issue
Block a user