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 b618b53 commit 017d7a0Copy full SHA for 017d7a0
scheduler.rst
@@ -454,8 +454,7 @@ before being further redispatched to its corresponding handler::
454
{
455
return $this->schedule ??= (new Schedule())
456
->add(
457
- RecurringMessage::every('5 seconds'),
458
- new RedispatchMessage(new Message(), 'async')
+ RecurringMessage::every('5 seconds', new RedispatchMessage(new Message(), 'async'))
459
);
460
}
461
0 commit comments