|
|
@ -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));
|
|
|
|
} |
|
|
|
|
|
|
|
} |