mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class DemoNotification extends Notification implements ShouldQueue
|
|||
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.');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue