Skip to content

Commit 137e56e

Browse files
committed
ABC-123: feat: updated getUrl to public
1 parent 2c45e65 commit 137e56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Block/Category/Pagination.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getNextPageUrl()
5959
return $this->getPageUrl($nextPage);
6060
}
6161

62-
protected function getPageUrl($page)
62+
public function getPageUrl($page)
6363
{
6464
return str_replace('/index', '',
6565
$this->getUrl($this->requestHelper->getUrlWithoutPagination($this->getRequest()), ['p' => $page]));

0 commit comments

Comments
 (0)