We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9d264 commit e66b354Copy full SHA for e66b354
src/Requests/ContactRelations/FetchAContactRelationRequest.php
@@ -2,7 +2,7 @@
2
3
namespace CodebarAg\Bexio\Requests\ContactRelations;
4
5
-use CodebarAg\Bexio\Dto\ContactRelations\ContactGroupDTO;
+use CodebarAg\Bexio\Dto\ContactRelations\ContactRelationDTO;
6
use Exception;
7
use Saloon\Enums\Method;
8
use Saloon\Http\Request;
@@ -28,6 +28,6 @@ public function createDtoFromResponse(Response $response): mixed
28
throw new Exception('Request was not successful. Unable to create DTO.');
29
}
30
31
- return ContactGroupDTO::fromResponse($response);
+ return ContactRelationDTO::fromResponse($response);
32
33
0 commit comments