filter beta
This commit is contained in:
@ -17,8 +17,6 @@ class Pagination
|
||||
|
||||
private string $baseUrl;
|
||||
|
||||
// public function __construct($countItem, $perPage, $currentPage, $baseUrl)
|
||||
|
||||
/**
|
||||
* @throws Exception
|
||||
*/
|
||||
@ -59,11 +57,6 @@ class Pagination
|
||||
return $this->html;
|
||||
}
|
||||
|
||||
public function hookBefore(): void
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private function getTemplate(): string
|
||||
{
|
||||
return '<nav aria-label="Page navigation example">
|
||||
|
Reference in New Issue
Block a user