diff --git a/messenger.rst b/messenger.rst index adbe8359743..38450ccb6b9 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2283,8 +2283,8 @@ to your message:: public function index(MessageBusInterface $bus) { + // wait 5 seconds before processing $bus->dispatch(new SmsNotification('...'), [ - // wait 5 seconds before processing new DelayStamp(5000), ]);