We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loadNotifications
findNotifications
1 parent d97cc50 commit 81657b5Copy full SHA for 81657b5
src/lib/Pagination/Pagerfanta/NotificationAdapter.php
@@ -52,7 +52,7 @@ public function getNbResults(): int
52
*/
53
public function getSlice($offset, $length): NotificationList
54
{
55
- $notifications = $this->notificationService->loadNotifications($this->query);
+ $notifications = $this->notificationService->findNotifications($this->query);
56
57
$this->nbResults ??= $notifications->totalCount;
58
0 commit comments