mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
feat: add webhook placeholder to Test notification
Add webhook case to the Test notification's via() method to prepare for future WebhookChannel implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -36,6 +36,7 @@ class Test extends Notification implements ShouldQueue
|
||||
'telegram' => [TelegramChannel::class],
|
||||
'slack' => [SlackChannel::class],
|
||||
'pushover' => [PushoverChannel::class],
|
||||
'webhook' => [], // WebhookChannel will be implemented later
|
||||
default => [],
|
||||
};
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user