Skip to content

Commit 0a7d1a2

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 0be123b + 306c97b commit 0a7d1a2

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)