Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
0a7d1a27ee
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class CheckoutAssetNotification extends Notification
|
||||||
|
|
||||||
if (Setting::getSettings()->webhook_selected === 'microsoft' && Setting::getSettings()->webhook_endpoint) {
|
if (Setting::getSettings()->webhook_selected === 'microsoft' && Setting::getSettings()->webhook_endpoint) {
|
||||||
|
|
||||||
$notifyBy[] = TeamsNotification::class;
|
$notifyBy[] = MicrosoftTeamsChannel::class;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue