debug with ray
This commit is contained in:
parent
5f7a97c31f
commit
3eb1a1f48c
@ -20,7 +20,7 @@ class EmailChannel
|
||||
}
|
||||
|
||||
$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(
|
||||
[],
|
||||
[],
|
||||
|
Loading…
x
Reference in New Issue
Block a user