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 08040bc commit bd85177Copy full SHA for bd85177
packages/http/src/ServerSentMessage.php
@@ -18,7 +18,7 @@ public function __construct(
18
get {
19
return [
20
"event: {$this->event}\n",
21
- "data: " . Json\encode($this->data),
+ 'data: ' . Json\encode($this->data),
22
"\n\n",
23
];
24
}
0 commit comments