Skip to content

Commit f005109

Browse files
committed
2 parents 1074ddf + 5470256 commit f005109

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/Data/CrispConversation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Carbon\CarbonImmutable;
88
use Spatie\LaravelData\Data;
99

10-
1110
/**
1211
* @internal
1312
* Not ready for public use yet. Still fine-tuning it

src/Data/CrispMessage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Carbon\CarbonImmutable;
88
use Spatie\LaravelData\Data;
99

10-
1110
/**
1211
* @internal
1312
* Not ready for public use yet. Still fine-tuning it

src/Resources/WebsiteConversations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ public function scheduleReminder(string $sessionId, array $params): array
259259
* Bonus Method
260260
* Get the crisp conversation for a given session.
261261
* Same as getOne but returns a CrispConversation data object
262+
*
262263
* @throws CrispException
263264
* @throws ClientExceptionInterface
264265
*/

0 commit comments

Comments
 (0)