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.
2 parents 389da75 + 72c67ef commit c018641Copy full SHA for c018641
scheduler.rst
@@ -909,8 +909,7 @@ before being further redispatched to its corresponding handler::
909
{
910
return $this->schedule ??= (new Schedule())
911
->with(
912
- RecurringMessage::every('5 seconds'),
913
- new RedispatchMessage(new Message(), 'async')
+ RecurringMessage::every('5 seconds', new RedispatchMessage(new Message(), 'async'))
914
);
915
}
916
0 commit comments