From 6a84dd3737e34be4fc6a05a3f3852f0c8f6469b2 Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Thu, 29 Oct 2020 14:38:55 +0100 Subject: [PATCH] preview email template --- app/Events/DispatchMailgunEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Events/DispatchMailgunEvent.php b/app/Events/DispatchMailgunEvent.php index 0b755e3..77f7cd9 100644 --- a/app/Events/DispatchMailgunEvent.php +++ b/app/Events/DispatchMailgunEvent.php @@ -17,7 +17,7 @@ use Illuminate\Queue\SerializesModels; use Illuminate\Support\Arr; use Illuminate\Support\Str; -class DispatchMailgunEvent implements ShouldBroadcast, ShouldQueue +class DispatchMailgunEvent implements ShouldBroadcast { use Dispatchable, InteractsWithSockets, SerializesModels; -- 2.39.5