From 8470f27d99999380450378c7e1730d4846484a16 Mon Sep 17 00:00:00 2001 From: Andrii Trush Date: Mon, 6 Jan 2025 12:18:52 +0100 Subject: [PATCH] Change vendor name. Updated README.md --- src/Services/Endpoints/AgileCrmEndpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Endpoints/AgileCrmEndpoint.php b/src/Services/Endpoints/AgileCrmEndpoint.php index 6dd0cac..205ffb7 100644 --- a/src/Services/Endpoints/AgileCrmEndpoint.php +++ b/src/Services/Endpoints/AgileCrmEndpoint.php @@ -9,7 +9,7 @@ use function collect; -abstract class AgileCrmEndpoint implements \IsapOu\AgileCrm\Contracts\AgileCrmEndpoint +abstract class AgileCrmEndpoint implements \Isapp\AgileCrm\Contracts\AgileCrmEndpoint { abstract protected function getDto(): string;