diff --git a/app/Notifications/Test.php b/app/Notifications/Test.php index 0b1d8d6b1..430eb7b48 100644 --- a/app/Notifications/Test.php +++ b/app/Notifications/Test.php @@ -36,6 +36,7 @@ public function via(object $notifiable): array 'telegram' => [TelegramChannel::class], 'slack' => [SlackChannel::class], 'pushover' => [PushoverChannel::class], + 'webhook' => [], // WebhookChannel will be implemented later default => [], }; } else {