]> _ Git - psq.git/commitdiff
Update DispatchMailgunEvent.php
authorLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 7 Sep 2020 09:13:18 +0000 (11:13 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 7 Sep 2020 09:13:18 +0000 (11:13 +0200)
app/Events/DispatchMailgunEvent.php

index 2ef445cd402f77c30693accf37e01e4b4b7bd283..077d6b180657707c4950e9a6d2b5f894b0f37e02 100644 (file)
@@ -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([