From 21d52d784644428be0e3b3734d86a3b1fda1361c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 18 Sep 2023 15:23:23 +0200 Subject: [PATCH] oops --- app/Notifications/Channels/EmailChannel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Notifications/Channels/EmailChannel.php b/app/Notifications/Channels/EmailChannel.php index c84ea63e4..057d50dc0 100644 --- a/app/Notifications/Channels/EmailChannel.php +++ b/app/Notifications/Channels/EmailChannel.php @@ -21,7 +21,6 @@ class EmailChannel } $mailMessage = $notification->toMail($notifiable); - throw new Exception('EmailChannel is disabled'); Mail::send( [], [],