Skip to content

Commit bca109f

Browse files
committed
ref
1 parent 8ae2176 commit bca109f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chat/persistent-chat-meilisearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
$chat->submit(Message::ofUser('My name is Christopher.'));
3535
$message = $chat->submit(Message::ofUser('What is my name?'));
3636

37-
echo $message->content.\PHP_EOL;
37+
echo $message->getContent().\PHP_EOL;

0 commit comments

Comments
 (0)