Show all entries

This commit is contained in:
Matt Young 2024-11-02 11:38:55 -05:00
parent 7b0729381b
commit 4889a7281d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class EntryController extends Controller
}
$entries = $entries->paginate(25);
$entries = $entries->paginate(10000);
return view('admin.entries.index', [
'entries' => $entries,