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