fix: correct notification message formatting for marketplace settings verification
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run

This commit is contained in:
Yoga Pangestu 2026-07-14 19:26:59 +07:00
parent 245d636cd4
commit 2ae41c2f83

View File

@ -132,7 +132,7 @@ function () use ($validated, $user): void {
$this->pushNotificationService->sendToUser(
'📤 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,
route('admin.system.settings.index'),
);