notification grouping
This commit is contained in:
@@ -79,9 +79,7 @@ class Notification extends RecordBase
|
||||
|
||||
}
|
||||
|
||||
$userId = $this->user->getId();
|
||||
|
||||
$recordCollection = $this->getNotificationService()->get($userId, $searchParams);
|
||||
$recordCollection = $this->getNotificationService()->get($this->user, $searchParams);
|
||||
|
||||
return $recordCollection->toApiOutput();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user