Deliver hosting resource limit alerts in-app only.
Deploy Ladill Hosting / deploy (push) Successful in 31s
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user