Skip to content

Commit 81657b5

Browse files
committed
IBX-9060: Replaced loadNotifications with findNotifications in NotificationAdapter
1 parent d97cc50 commit 81657b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Pagination/Pagerfanta/NotificationAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function getNbResults(): int
5252
*/
5353
public function getSlice($offset, $length): NotificationList
5454
{
55-
$notifications = $this->notificationService->loadNotifications($this->query);
55+
$notifications = $this->notificationService->findNotifications($this->query);
5656

5757
$this->nbResults ??= $notifications->totalCount;
5858

0 commit comments

Comments
 (0)