Skip to content

Commit 8d5ab97

Browse files
authored
Fix syntax error in message sending loop
1 parent 5194355 commit 8d5ab97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class MyWorkflow extends Workflow
8888
while (true) {
8989
$count++;
9090

91-
$this->outbox->send("Message {$count");
91+
$this->outbox->send("Message {$count}");
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)