Skip to content
Snippets Groups Projects
Commit fcede6c9 authored by Lucas García's avatar Lucas García
Browse files

feat: apply wpct_http renaming

parent 2a8061ed
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment