diff --git a/app/Notifications/NotificationEventsHandler.php b/app/Notifications/NotificationEventsHandler.php index b1433b8f..86b9d453 100644 --- a/app/Notifications/NotificationEventsHandler.php +++ b/app/Notifications/NotificationEventsHandler.php @@ -58,8 +58,8 @@ class NotificationEventsHandler extends Listener } try { - $this->notifyUser($user, $notification); - // Notification::send([$user], $notification); + // $this->notifyUser($user, $notification); + Notification::send([$user], $notification); } catch (Exception $e) { Log::emergency('Error emailing admin ('.$user->email.'). Error='.$e->getMessage()); }