diff --git a/src/WebhookRegistry.php b/src/WebhookRegistry.php index 349baba..3bcd61d 100644 --- a/src/WebhookRegistry.php +++ b/src/WebhookRegistry.php @@ -170,7 +170,7 @@ protected function dispatchWebhook(WebhookEndpointContract $endpoint, array $pay } // No need to queue. The developer can queue their events if they wish. - $hook->dispatchNow(); + $hook->dispatchSync(); } /**