diff --git a/src/Connection.php b/src/Connection.php index 434b91f..4f2f96e 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -217,4 +217,9 @@ class Connection { return $this->error; } + + public function getPdo() + { + return $this->pdo; + } }