Fix pagination view namespace

This commit is contained in:
Dennis Eichhorn 2018-10-02 20:44:28 +02:00
parent a529f13efd
commit 8c5014bd7d

View File

@ -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(1 / 25);