diff --git a/app/Notifications/HostingResourceWarningNotification.php b/app/Notifications/HostingResourceWarningNotification.php index ba80d04..d61e647 100644 --- a/app/Notifications/HostingResourceWarningNotification.php +++ b/app/Notifications/HostingResourceWarningNotification.php @@ -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