Update FormOtherController.php
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user