For now dont worry about a paginator at the bottom of the page

This commit is contained in:
Jonny Barnes 2019-07-26 10:52:37 +01:00
parent 41862b15b8
commit 42a85845fe

View file

@ -28,8 +28,6 @@ class FrontPageController extends Controller
->sortByDesc('updated_at')
->chunk(10);
$totalNumPages = $allItems->count();
$page = $allItems->get($pageNumber - 1);
if (is_null($page)) {