Remove incorrect typehint

This commit is contained in:
Marcus Moore 2024-11-13 14:15:43 -08:00
parent 73383c688e
commit ac3ae651b1
No known key found for this signature in database

View file

@ -111,7 +111,8 @@ class CheckoutAssetNotification extends Notification
->content($note);
});
}
public function toMicrosoftTeams() : array
public function toMicrosoftTeams()
{
$target = $this->target;
$admin = $this->admin;