Message sending is now a job

This commit is contained in:
James Cole
2020-12-05 07:01:26 +01:00
parent deb829dfdb
commit 9576806765
8 changed files with 105 additions and 98 deletions

View File

@@ -104,7 +104,6 @@ class StandardMessageGenerator implements MessageGeneratorInterface
foreach ($this->webhooks as $webhook) {
$this->runWebhook($webhook);
}
//event(new RequestedSendWebhookMessages);
}
/**