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

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 4ba2e86cf5
commit 5a54477128
@@ -21,7 +21,7 @@ class HostingResourceWarningNotification extends Notification implements ShouldQ
public function via($notifiable): array public function via($notifiable): array
{ {
return ['mail', 'database']; return ['database'];
} }
public function toMail($notifiable): MailMessage public function toMail($notifiable): MailMessage