Try to make API work again 7
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 48dd5db393
commit 81b81fa271

@ -21,7 +21,7 @@ class ConnectClass{
function connect(): int|Connection
{
try {
echo $this->dsn." ".$this->login." ".$this->password;
echo "Connection started";
$connection = new Connection($this->dsn,$this->login,$this->password);
}catch (PDOException $e){
throw new PDOException($e->getMessage(), $e->getCode(), $e);

Loading…
Cancel
Save