diff --git a/Connection.php b/Connection.php index 3000110..330fd6a 100644 --- a/Connection.php +++ b/Connection.php @@ -194,6 +194,7 @@ class Connection extends Component */ public function getPdo(bool $restore = false): PDO { + return $this->getMasterClient(); if ($restore === true) { return Context::set($this->cds, $this->getMasterClient()); }