mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 00:45:35 +00:00
remove line break
This commit is contained in:
@ -292,7 +292,6 @@ trait Loggable
|
||||
try {
|
||||
$message = AuditNotification::toMicrosoftTeams($params);
|
||||
$notification = new TeamsNotification($endpoint);
|
||||
|
||||
$notification->success()->sendMessage($message[0], $message[1]);
|
||||
|
||||
} catch (ConnectException $e) {
|
||||
|
||||
Reference in New Issue
Block a user