Deliver hosting resource limit alerts in-app only.
Deploy Ladill Servers / deploy (push) Successful in 30s

Stop emailing users when their servers hit usage limits; keep database notifications for the in-app bell.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-23 19:28:59 +00:00
co-authored by Cursor
parent b0cc71e541
commit 317cab4138
@@ -21,7 +21,7 @@ class HostingResourceWarningNotification extends Notification implements ShouldQ
public function via($notifiable): array
{
return ['mail', 'database'];
return ['database'];
}
public function toMail($notifiable): MailMessage