mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
update version to 1.9.14
This commit is contained in:
@@ -28,7 +28,7 @@ class CommentRepository extends BaseRepository
|
||||
if (!empty($request->request_id)) {
|
||||
$query->where('request', $request->request_id);
|
||||
}
|
||||
$query->orderBy('id', 'desc');
|
||||
$query->orderBy('id', 'asc');
|
||||
return $query->paginate($this->getPerPageFromRequest($request));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user