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'), );