Use old notification handler for admin notifications

pull/1257/head
Nabeel Shahzad 3 years ago
parent 35359b8646
commit 24fca650f8

@ -58,8 +58,8 @@ class NotificationEventsHandler extends Listener
}
try {
$this->notifyUser($user, $notification);
// Notification::send([$user], $notification);
// $this->notifyUser($user, $notification);
Notification::send([$user], $notification);
} catch (Exception $e) {
Log::emergency('Error emailing admin ('.$user->email.'). Error='.$e->getMessage());
}

Loading…
Cancel
Save