Skip to content

Commit 555624b

Browse files
committed
Merge branch 'magic-ai' of https://github.com/amit-webkul/laravel-crm into magic-ai
2 parents 584d706 + 106af7b commit 555624b

File tree

1 file changed

+1
-0
lines changed
  • packages/Webkul/Admin/src/Helpers

1 file changed

+1
-0
lines changed

packages/Webkul/Admin/src/Helpers/Lead.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ private static function makeCurlRequest($url, $model, array $data)
9999

100100
if (curl_errno($ch)) {
101101
throw new Exception('cURL Error: '.curl_error($ch));
102+
throw new Exception('cURL Error: '.curl_error($ch));
102103
}
103104

104105
curl_close($ch);

0 commit comments

Comments
 (0)