add getPdo method

This commit is contained in:
Gregory Letellier
2023-11-07 10:09:54 +01:00
parent 9db5e9b2bd
commit 80a611d5ac

View File

@@ -217,4 +217,9 @@ class Connection
{ {
return $this->error; return $this->error;
} }
public function getPdo()
{
return $this->pdo;
}
} }