Sending e-mails and settings on Team.
This commit is contained in:
parent
ec867335d5
commit
af9240240d
@ -42,7 +42,6 @@ class DemoNotification extends Notification implements ShouldQueue
|
|||||||
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…
x
Reference in New Issue
Block a user