diff --git a/config/failed-job-monitor.php b/config/failed-job-monitor.php index 14cf02f..e9b9eb3 100644 --- a/config/failed-job-monitor.php +++ b/config/failed-job-monitor.php @@ -24,7 +24,10 @@ /* * The channels to which the notification will be sent. */ - 'channels' => ['mail', 'slack'], + 'channels' => [ + 'mail', + // 'slack', // uncomment if you want to use Slack + ], 'mail' => [ 'to' => ['email@example.com'],