This commit is contained in:
Andras Bacsai 2023-09-18 15:23:23 +02:00
parent ab5929cc69
commit 21d52d7846

View file

@ -21,7 +21,6 @@ public function send(SendsEmail $notifiable, Notification $notification): void
}
$mailMessage = $notification->toMail($notifiable);
throw new Exception('EmailChannel is disabled');
Mail::send(
[],
[],