mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update AdminCuratedRegisterController, show oldest applications first
This commit is contained in:
parent
e1715d40b8
commit
c4dde64119
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ class AdminCuratedRegisterController extends Controller
|
||||||
return $q->whereIsClosed(true)->whereIsRejected(true);
|
return $q->whereIsClosed(true)->whereIsRejected(true);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
->latest()
|
|
||||||
->paginate(10);
|
->paginate(10);
|
||||||
return view('admin.curated-register.index', compact('records', 'filter'));
|
return view('admin.curated-register.index', compact('records', 'filter'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue