Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2024-11-14 17:10:16 +00:00
commit 0a7d1a27ee

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;
}