Skip to content

Commit

Permalink
Sending e-mails and settings on Team.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpatricio committed May 25, 2023
1 parent ec86733 commit af92402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Notifications/DemoNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
Expand Down

0 comments on commit af92402

Please sign in to comment.