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

master
dorian.hodin 2 years ago
parent a7cb39902c
commit 48dd5db393

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

Loading…
Cancel
Save