mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-29 06:30:47 -08:00
replace the via channel class
This commit is contained in:
parent
c093b4531d
commit
702621ec57
|
@ -70,7 +70,7 @@ class CheckoutAssetNotification extends Notification
|
|||
|
||||
if (Setting::getSettings()->webhook_selected === 'microsoft' && Setting::getSettings()->webhook_endpoint) {
|
||||
|
||||
$notifyBy[] = TeamsNotification::class;
|
||||
$notifyBy[] = MicrosoftTeamsChannel::class;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue