From 456dd75d929dc655f34a3c0e5e300782a4e06710 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 6 Mar 2023 15:18:10 +0100 Subject: [PATCH] Try to make API work again 4 --- Source/API/script/Config/ConnectClass.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/API/script/Config/ConnectClass.php b/Source/API/script/Config/ConnectClass.php index 440d095..dc27e11 100644 --- a/Source/API/script/Config/ConnectClass.php +++ b/Source/API/script/Config/ConnectClass.php @@ -21,6 +21,7 @@ class ConnectClass{ function connect(): int|Connection { try { + echo ""; $connection = new Connection($this->dsn,$this->login,$this->password); }catch (PDOException $e){ throw new PDOException($e->getMessage(), $e->getCode(), $e);