Skip to content

Commit 832d91a

Browse files
committed
chore: remove non-existant conversations resource
1 parent 1335af1 commit 832d91a

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

src/Conversations.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ public function __construct(ApiCall $apiCall)
3737
$this->typesenseModels = new ConversationModels($this->apiCall);
3838
}
3939

40-
/**
41-
* @return array
42-
* @throws TypesenseClientError|HttpClientException
43-
*/
44-
public function retrieve(): array
45-
{
46-
return $this->apiCall->get(static::RESOURCE_PATH, []);
47-
}
48-
4940
/**
5041
* @return Models
5142
*/

tests/ConversationsTestCase.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/Feature/ConversationsTest.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)