Skip to content

Commit 7236698

Browse files
authored
Rename method from receive to send in MyWorkflow
1 parent 84e6eb2 commit 7236698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ use Workflow\Workflow;
7878
class MyWorkflow extends Workflow
7979
{
8080
#[SignalMethod]
81-
public function receive(string $message): void
81+
public function send(string $message): void
8282
{
8383
$this->inbox->receive($message);
8484
}

0 commit comments

Comments
 (0)