Skip to content

Commit

Permalink
Merge pull request #13 from eimantaaas/patch-1
Browse files Browse the repository at this point in the history
Update config to match actual types
  • Loading branch information
mattiasgeniar authored Jan 26, 2022
2 parents fe50752 + 18aa3f8 commit 051317f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ohdear-webhooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* https://ohdear.app/docs/webhooks/events
*/
'jobs' => [
// 'uptimeCheckFailed' => \App\Jobs\LaravelWebhooks\HandleFailedUptimeCheck::class,
// 'uptimeCheckRecovered' => \App\Jobs\LaravelWebhooks\HandleRecoveredUptimeCheck::class,
// 'uptimeCheckFailedNotification' => \App\Jobs\LaravelWebhooks\HandleFailedUptimeCheck::class,
// 'uptimeCheckRecoveredNotification' => \App\Jobs\LaravelWebhooks\HandleRecoveredUptimeCheck::class,
// ...
],
];

0 comments on commit 051317f

Please sign in to comment.