mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-03 19:28:40 +00:00
Fix pagination view namespace
This commit is contained in:
parent
ec3feb7e32
commit
c0935a07a0
|
|
@ -14,7 +14,7 @@
|
|||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
|
||||
$footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response);
|
||||
$footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response);
|
||||
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
|
||||
$footerView->setPages(20);
|
||||
$footerView->setPage(1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user