Browse Source

some change in notification helper

mohammad
mahdihty 4 years ago
parent
commit
a0a41a5756
  1. 9
      app/Utilities/HelperClass/NotificationHelper.php

9
app/Utilities/HelperClass/NotificationHelper.php

@ -62,14 +62,11 @@ class NotificationHelper
case "medium":
Notification::send($users, new FcmNotification($notif));
case "low":
// Notification::send($users, new SocketNotification($notif));
Notification::send($users, new SocketNotification($notif));
break;
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