From 3eb1a1f48ca0668a269f84a97e325f68a14e9034 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 18 Sep 2023 15:06:37 +0200 Subject: [PATCH] debug with ray --- app/Notifications/Channels/EmailChannel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Channels/EmailChannel.php b/app/Notifications/Channels/EmailChannel.php index 8fcf87ef0..1d04c07d3 100644 --- a/app/Notifications/Channels/EmailChannel.php +++ b/app/Notifications/Channels/EmailChannel.php @@ -20,7 +20,7 @@ public function send(SendsEmail $notifiable, Notification $notification): void } $mailMessage = $notification->toMail($notifiable); - Log::info("Sending email to: " . implode(', ', $recepients) . " with subject: {$mailMessage->subject}"); + ray("Sending email to: " . implode(', ', $recepients) . " with subject: {$mailMessage->subject}"); Mail::send( [], [],