mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: Exception type
This commit is contained in:
@@ -42,7 +42,7 @@ readonly class ChatNotificationService
|
||||
$transportFactory = new $transportFactoryClass();
|
||||
|
||||
$push = $notification->asPushMessage(new NoRecipient());
|
||||
$chat = $notification->asChatMessage(new NoRecipient());
|
||||
$chat = $notification->asChatMessage(new NoRecipient(), $webhookScheme->value);
|
||||
|
||||
try {
|
||||
$factory = $transportFactory->create($dsn);
|
||||
|
||||
Reference in New Issue
Block a user