From 7c2e369334237b205760c8eeb85494baa4e8eec5 Mon Sep 17 00:00:00 2001 From: Jagad R R Date: Sat, 15 Feb 2025 13:33:57 +0700 Subject: [PATCH] Update FormOtherController.php --- app/Http/Controllers/Forms/FormOtherController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/Forms/FormOtherController.php b/app/Http/Controllers/Forms/FormOtherController.php index 5db9b05..d64fc5c 100644 --- a/app/Http/Controllers/Forms/FormOtherController.php +++ b/app/Http/Controllers/Forms/FormOtherController.php @@ -211,7 +211,6 @@ class FormOtherController extends Controller $receiver_ids = array_unique($receiver_ids); try { - // Generate URL and send WhatsApp notification $url = route('forms.other.view', $form->id); WhatsappHelper::newExpense($phoneNumbers, $expense_number, $url, $tanggal, $total, $name); } catch (\Exception $e) {