For now dont worry about a paginator at the bottom of the page
This commit is contained in:
parent
41862b15b8
commit
42a85845fe
1 changed files with 0 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue