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 8ae2176 commit bca109fCopy full SHA for bca109f
examples/chat/persistent-chat-meilisearch.php
@@ -34,4 +34,4 @@
34
$chat->submit(Message::ofUser('My name is Christopher.'));
35
$message = $chat->submit(Message::ofUser('What is my name?'));
36
37
-echo $message->content.\PHP_EOL;
+echo $message->getContent().\PHP_EOL;
0 commit comments