mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
remove unnecessary code from checkinasset notification
This commit is contained in:
parent
2cc2b2b1df
commit
ab3b9c4510
|
@ -64,14 +64,6 @@ class CheckinAssetNotification extends Notification
|
|||
$notifyBy[] = 'slack';
|
||||
}
|
||||
|
||||
// /**
|
||||
// * Only send checkin notifications to users if the category
|
||||
// * has the corresponding checkbox checked.
|
||||
// */
|
||||
// if ($this->item->checkin_email() && $this->target instanceof User && $this->target->email != '') {
|
||||
// $notifyBy[] = 'mail';
|
||||
// }
|
||||
|
||||
return $notifyBy;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue