Skip to content

Commit b9bdb64

Browse files
committed
fix return type
1 parent 496e82d commit b9bdb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/WebsiteConversations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function scheduleReminder(string $sessionId, array $params): array
261261
* @throws CrispException
262262
* @throws ClientExceptionInterface
263263
*/
264-
public function getOneLastMessage(string $sessionId): array
264+
public function getOneLastMessage(string $sessionId): string
265265
{
266266
$getOneResponse = $this->client->websiteConversations->getOne(
267267
config('crisp.website_id'),

0 commit comments

Comments
 (0)