diff --git a/Manager/NotificationManager.php b/Manager/NotificationManager.php index 572e167..b6196f7 100755 --- a/Manager/NotificationManager.php +++ b/Manager/NotificationManager.php @@ -397,8 +397,10 @@ public function removeNotification(array $notifiables, NotificationInterface $no $event = new NotificationEvent($notification, $notifiable); $this->dispatcher->dispatch(MgiletNotificationEvents::REMOVED, $event); + $this->flush($flush); } + $this->deleteNotification($notification); $this->flush($flush); }