Compare commits
2 Commits
02dea13222
...
6bad120e70
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bad120e70 | |||
|
|
547d73e1f4 |
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user