From 2ae41c2f8303e22d97d82886ec0b33918f30dd42 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Tue, 14 Jul 2026 19:26:59 +0700 Subject: [PATCH] fix: correct notification message formatting for marketplace settings verification --- app/Services/System/Setting/MarketplaceService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/System/Setting/MarketplaceService.php b/app/Services/System/Setting/MarketplaceService.php index d0226cb..12d1e4b 100644 --- a/app/Services/System/Setting/MarketplaceService.php +++ b/app/Services/System/Setting/MarketplaceService.php @@ -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'), );