Skip to content

Commit 306c97b

Browse files
authored
Merge pull request #15816 from Godmartinz/Teams_fix
replace the via() channel for MS Teams (deprecated)
2 parents c093b45 + 702621e commit 306c97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Notifications/CheckoutAssetNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function via()
7070

7171
if (Setting::getSettings()->webhook_selected === 'microsoft' && Setting::getSettings()->webhook_endpoint) {
7272

73-
$notifyBy[] = TeamsNotification::class;
73+
$notifyBy[] = MicrosoftTeamsChannel::class;
7474
}
7575

7676

0 commit comments

Comments
 (0)