fix: correct notification message formatting for marketplace settings verification
This commit is contained in:
parent
245d636cd4
commit
2ae41c2f83
@ -132,7 +132,7 @@ function () use ($validated, $user): void {
|
|||||||
|
|
||||||
$this->pushNotificationService->sendToUser(
|
$this->pushNotificationService->sendToUser(
|
||||||
'📤 Pengajuan Terkirim',
|
'📤 Pengajuan Terkirim',
|
||||||
\"Pengajuan ubah pengaturan marketplace oleh {$user->profile?->full_name} menunggu verifikasi owner.\",
|
"Pengajuan ubah pengaturan marketplace oleh {$user->profile?->full_name} menunggu verifikasi owner.",
|
||||||
$user->id,
|
$user->id,
|
||||||
route('admin.system.settings.index'),
|
route('admin.system.settings.index'),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user