From 18d54dd06a926c7fcfff1c96b6891799787fea46 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Thu, 2 Mar 2023 11:50:57 +0100 Subject: [PATCH] TEMP : change the namespace name, so change all import --- Source/API/script/Config/composer.json | 3 +-- Source/API/script/Config/config.php | 3 +-- Source/API/script/Gateway/GatewayForm.php | 2 +- Source/API/script/Gateway/GatewayKeyword.php | 2 +- Source/API/script/Gateway/GatewayListResponseOfCandidate.php | 2 +- Source/API/script/Gateway/GatewayPossibleResponse.php | 2 +- Source/API/script/Gateway/GatewayQuestion.php | 2 +- Source/API/script/Gateway/GatewayResponse.php | 2 +- 8 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Source/API/script/Config/composer.json b/Source/API/script/Config/composer.json index 7affc9e..2e06001 100644 --- a/Source/API/script/Config/composer.json +++ b/Source/API/script/Config/composer.json @@ -11,8 +11,7 @@ "psr-4": { "ExceptionHandle\\" : "../ExceptionHandle", "Gateway\\" : "../Gateway", - "Config\\" : "../Config", - "Connect\\" : "../Config" + "Config\\" : "../Config" } } } diff --git a/Source/API/script/Config/config.php b/Source/API/script/Config/config.php index 5cb70b7..ac9f8f9 100644 --- a/Source/API/script/Config/config.php +++ b/Source/API/script/Config/config.php @@ -1,9 +1,8 @@