changed logic in edit transporter bid page #141
@@ -63,7 +63,7 @@ class EditRfqTransporterBid extends EditRecord
|
|||||||
$subscriptions = $user->pushSubscriptions;
|
$subscriptions = $user->pushSubscriptions;
|
||||||
|
|
||||||
foreach ($subscriptions as $sub) {
|
foreach ($subscriptions as $sub) {
|
||||||
$sub->sendPushNotification(
|
$sub->notify(
|
||||||
new PushAlertNotification(
|
new PushAlertNotification(
|
||||||
'Rank Updated',
|
'Rank Updated',
|
||||||
$body
|
$body
|
||||||
|
|||||||
Reference in New Issue
Block a user