Update AdminCuratedRegisterController, show oldest applications first

This commit is contained in:
Daniel Supernault 2024-02-22 01:54:18 -07:00
parent e1715d40b8
commit c4dde64119
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ class AdminCuratedRegisterController extends Controller
return $q->whereIsClosed(true)->whereIsRejected(true);
}
})
->latest()
->paginate(10);
return view('admin.curated-register.index', compact('records', 'filter'));
}