From ac3ae651b1e84d375597e3fca9e4b72cf2de52d8 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 13 Nov 2024 14:15:43 -0800 Subject: [PATCH] Remove incorrect typehint --- app/Notifications/CheckoutAssetNotification.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;