mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-10 09:08:41 +00:00
Fix pagination view namespace
This commit is contained in:
parent
372461036d
commit
875a21e212
|
|
@ -14,7 +14,7 @@
|
||||||
* @var \phpOMS\Views\View $this
|
* @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->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
|
||||||
|
|
||||||
$footerView->setPages(1 / 25);
|
$footerView->setPages(1 / 25);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user