- $shelves = $this->bookshelfRepo->getAllPaginated(18, $sort, $order);
- $recents = $this->isSignedIn() ? $this->bookshelfRepo->getRecentlyViewed(4) : false;
- $popular = $this->bookshelfRepo->getPopular(4);
- $new = $this->bookshelfRepo->getRecentlyCreated(4);
+ $shelves = $this->shelfRepo->getAllPaginated(18, $sort, $order);
+ $recents = $this->isSignedIn() ? $this->shelfRepo->getRecentlyViewed(4) : false;
+ $popular = $this->shelfRepo->getPopular(4);
+ $new = $this->shelfRepo->getRecentlyCreated(4);