From fcede6c9809205dadd2a42b85ffdf28e2948439f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Garc=C3=ADa?= <lucas@codeccoop.org> Date: Thu, 25 Apr 2024 19:42:10 +0200 Subject: [PATCH] feat: apply wpct_http renaming --- abstract/class-integration.php | 2 +- wpct-erp-forms.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abstract/class-integration.php b/abstract/class-integration.php index 4891deb..c57c1ac 100644 --- a/abstract/class-integration.php +++ b/abstract/class-integration.php @@ -2,7 +2,7 @@ namespace WPCT_ERP_FORMS\Abstract; -use WPCT_HB\Http_Client as Wpct_Http_Client; +use WPCT_HTTP\Http_Client as Wpct_Http_Client; use Exception; abstract class Integration extends Singleton diff --git a/wpct-erp-forms.php b/wpct-erp-forms.php index 6a6ab55..e3afd9f 100755 --- a/wpct-erp-forms.php +++ b/wpct-erp-forms.php @@ -43,7 +43,7 @@ class Wpct_Erp_Forms extends Abstract\Plugin protected $name = 'Wpct ERP Forms'; protected $textdomain = 'wpct-erp-forms'; protected $dependencies = [ - 'Wpct Http Backend' => '<a href="https://git.coopdevs.org/codeccoop/wp/wpct-http-backend/">Wpct Http Backend</a>' + 'Wpct Http Bridge' => '<a href="https://git.coopdevs.org/codeccoop/wp/wpct-http-bridge/">Wpct Http Bridge</a>' ]; protected function __construct() -- GitLab