beautify et ajout export type connection

This commit is contained in:
Gregory Letellier
2023-11-07 10:45:54 +01:00
parent fd54281ce3
commit 523d307f81
2 changed files with 7 additions and 2 deletions

View File

@@ -222,4 +222,9 @@ class Connection
{
return $this->pdo;
}
public function getDriverType()
{
return $this->type;
}
}