debug with ray

This commit is contained in:
Andras Bacsai 2023-09-18 15:06:37 +02:00
parent 5f7a97c31f
commit 3eb1a1f48c

View File

@ -20,7 +20,7 @@ public function send(SendsEmail $notifiable, Notification $notification): void
} }
$mailMessage = $notification->toMail($notifiable); $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( Mail::send(
[], [],
[], [],