Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit ccd0e1a

Browse files
authored
bugfix
1 parent a7784c0 commit ccd0e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/render/pagination.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav aria-label="Page navigation">
22
@php
3-
$paginat?? = $paginator->toArray();
3+
$paginator = $paginator->toArray();
44
@endphp
55

66
<ul class="pagination {{ $class ?? '' }}">

0 commit comments

Comments
 (0)