From: Louis Jeckel Date: Mon, 7 Sep 2020 09:13:18 +0000 (+0200) Subject: Update DispatchMailgunEvent.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=653fc12ef4668989d2ed8b45a79d39b767af7253;p=psq.git Update DispatchMailgunEvent.php --- diff --git a/app/Events/DispatchMailgunEvent.php b/app/Events/DispatchMailgunEvent.php index 2ef445c..077d6b1 100644 --- a/app/Events/DispatchMailgunEvent.php +++ b/app/Events/DispatchMailgunEvent.php @@ -48,7 +48,7 @@ class DispatchMailgunEvent implements ShouldBroadcast }), 'batch_id_'); if(EmailBatch::query()->find($this->batch_id) === null) { - abort(406); + abort(200); } $event = MailgunEvent::updateOrCreate([