mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-06 19:18:40 +00:00
Fix pagination view namespace
This commit is contained in:
parent
7f6abb33d0
commit
6f958a2209
|
|
@ -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