replace the via channel class

This commit is contained in:
Godfrey M 2024-11-14 08:38:18 -08:00
parent c093b4531d
commit 702621ec57

View file

@ -70,7 +70,7 @@ class CheckoutAssetNotification extends Notification
if (Setting::getSettings()->webhook_selected === 'microsoft' && Setting::getSettings()->webhook_endpoint) {
$notifyBy[] = TeamsNotification::class;
$notifyBy[] = MicrosoftTeamsChannel::class;
}