Compare commits

...

2 Commits

Author SHA1 Message Date
6bad120e70 Merge pull request 'changed logic in transporter bid' (#131) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
Reviewed-on: #131
2026-01-24 09:30:53 +00:00
dhanabalan
547d73e1f4 changed logic in transporter bid
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / Gemini PR Review (pull_request) Successful in 14s
Laravel Pint / pint (pull_request) Failing after 2m18s
Laravel Larastan / larastan (pull_request) Failing after 2m22s
2026-01-24 15:00:41 +05:30

View File

@@ -41,8 +41,8 @@ class EditRfqTransporterBid extends EditRecord
// $user1 = Filament::auth()->user(); // $user1 = Filament::auth()->user();
$body = "$currentUser current rank is #{$rank}";
$body = "{$currentUser->name} current rank is #{$rank}";
Notification::make() Notification::make()
->title('Rank Updated') ->title('Rank Updated')
@@ -55,8 +55,6 @@ class EditRfqTransporterBid extends EditRecord
'recipients' => $recipients->pluck('id'), 'recipients' => $recipients->pluck('id'),
]); ]);
foreach ($recipients as $user) { foreach ($recipients as $user) {
$user->notify( $user->notify(
new PushAlertNotification( new PushAlertNotification(