Sending e-mails and settings on Team.

This commit is contained in:
Joao Patricio 2023-05-25 17:32:49 +01:00
parent ec867335d5
commit af9240240d

View File

@ -42,7 +42,6 @@ public function toMail(object $notifiable): MailMessage
return (new MailMessage)
->subject('Coolify demo notification')
->line('Welcome to Coolify!')
->error()
->action('Go to dashboard', url('/'))
->line('We need your attention for disk usage.');
}