Update FormOtherController.php
This commit is contained in:
@@ -216,7 +216,7 @@ class FormOtherController extends Controller
|
|||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
session()->flash('error', 'Failed to send whatsapp message.');
|
session()->flash('error', 'Failed to send whatsapp message.');
|
||||||
} finally {
|
} finally {
|
||||||
Log::error("Failed to send WhatsApp message to {$phoneNumbers}: ");
|
Log::error("Failed to send WhatsApp message to");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Send bulk email
|
// Send bulk email
|
||||||
|
|||||||
Reference in New Issue
Block a user