changed logic in edit transporter bid page
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Successful in 18s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s
Laravel Larastan / larastan (pull_request) Failing after 6m24s
Laravel Pint / pint (pull_request) Failing after 6m29s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Successful in 18s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s
Laravel Larastan / larastan (pull_request) Failing after 6m24s
Laravel Pint / pint (pull_request) Failing after 6m29s
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