feat: profile page for administrative users and muting of notifications
This commit is contained in:
@@ -62,6 +62,9 @@ class FeedbackReminderService
|
||||
}
|
||||
|
||||
foreach ($hotelManagers as $manager) {
|
||||
if (true === $manager->isMuteNotifications()) {
|
||||
continue;
|
||||
}
|
||||
$this->mailer->createAndSendEmail([
|
||||
'feedbacks' => $sortedFeedbacks[$manager->getHotelCode()],
|
||||
], [
|
||||
|
||||
Reference in New Issue
Block a user