mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
Remove incorrect typehint
This commit is contained in:
parent
73383c688e
commit
ac3ae651b1
|
@ -111,7 +111,8 @@ class CheckoutAssetNotification extends Notification
|
||||||
->content($note);
|
->content($note);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
public function toMicrosoftTeams() : array
|
|
||||||
|
public function toMicrosoftTeams()
|
||||||
{
|
{
|
||||||
$target = $this->target;
|
$target = $this->target;
|
||||||
$admin = $this->admin;
|
$admin = $this->admin;
|
||||||
|
|
Loading…
Reference in a new issue