Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
2ea146333e
commit
613830e6a6
@@ -35,7 +35,7 @@ class TaskFailed extends Notification implements ShouldQueue
|
||||
|
||||
public function toMail(): MailMessage
|
||||
{
|
||||
$mail = new MailMessage();
|
||||
$mail = new MailMessage;
|
||||
$mail->subject("Coolify: [ACTION REQUIRED] Scheduled task ({$this->task->name}) failed.");
|
||||
$mail->view('emails.scheduled-task-failed', [
|
||||
'task' => $this->task,
|
||||
|
||||
Reference in New Issue
Block a user