diff --git a/app/Notifications/CheckoutAssetNotification.php b/app/Notifications/CheckoutAssetNotification.php index 83011e5c8e..f55d3dc1e0 100644 --- a/app/Notifications/CheckoutAssetNotification.php +++ b/app/Notifications/CheckoutAssetNotification.php @@ -111,7 +111,8 @@ class CheckoutAssetNotification extends Notification ->content($note); }); } - public function toMicrosoftTeams() : array + + public function toMicrosoftTeams() { $target = $this->target; $admin = $this->admin;