diff --git a/app/Notifications/CheckinNotification.php b/app/Notifications/CheckinNotification.php index ed2f6d058..a74c27b1d 100644 --- a/app/Notifications/CheckinNotification.php +++ b/app/Notifications/CheckinNotification.php @@ -45,7 +45,7 @@ class CheckinNotification extends Notification if ((method_exists($item, 'requireAcceptance') && ($item->requireAcceptance() == '1')) || (method_exists($item, 'getEula') && ($item->getEula())) ) { - $notifyBy[] = 'mail'; + // $notifyBy[] = 'mail'; } } return $notifyBy;