3 Commits

  1. 9
      app/Utilities/HelperClass/NotificationHelper.php

9
app/Utilities/HelperClass/NotificationHelper.php

@ -62,14 +62,11 @@ class NotificationHelper
case "medium": case "medium":
Notification::send($users, new FcmNotification($notif)); Notification::send($users, new FcmNotification($notif));
case "low": case "low":
// Notification::send($users, new SocketNotification($notif));
Notification::send($users, new SocketNotification($notif));
break;
default: default:
// Notification::send($users, new SocketNotification($notif));
Notification::send($users, new SocketNotification($notif));
} }
// Notification::send($users, new MailNotification($this->notif));
// Notification::send($users, new DBNotification($this->notif));
// Notification::send($users, new FcmNotification($this->notif));
} }
} }
Loading…
Cancel
Save