Skip to content

Commit 4b47f87

Browse files
committed
Merge branch 'ohdear-monitor' of github.com:spatie/laravel-schedule-monitor into ohdear-monitor
2 parents f3dac8c + 74f99a1 commit 4b47f87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Support/OhDear/OhDear.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ protected function post(string $endpoint, array $data): array
8080

8181

8282
return $response->json();
83-
} catch (RequestException $e) {;
83+
} catch (RequestException $e) {
84+
;
85+
8486
throw new Exception("Failed to POST {$endpoint}: " . $e->getMessage());
8587
}
8688
}

0 commit comments

Comments
 (0)