Sending e-mails and settings on Team.
This commit is contained in:
parent
ec867335d5
commit
af9240240d
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ public function toMail(object $notifiable): MailMessage
|
||||||
return (new MailMessage)
|
return (new MailMessage)
|
||||||
->subject('Coolify demo notification')
|
->subject('Coolify demo notification')
|
||||||
->line('Welcome to Coolify!')
|
->line('Welcome to Coolify!')
|
||||||
->error()
|
|
||||||
->action('Go to dashboard', url('/'))
|
->action('Go to dashboard', url('/'))
|
||||||
->line('We need your attention for disk usage.');
|
->line('We need your attention for disk usage.');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue