Merge pull request 'changed logic in edit transporter bid page' (#141) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #141
This commit was merged in pull request #141.
This commit is contained in:
@@ -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