From dd8df70f7e70bb59a36062e3b4b14bb6f9eb4f19 Mon Sep 17 00:00:00 2001 From: xiaomlove <1939737565@qq.com> Date: Fri, 23 Jan 2026 15:38:56 +0700 Subject: [PATCH] update version to 1.9.14 --- app/Repositories/CommentRepository.php | 2 +- include/constants.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Repositories/CommentRepository.php b/app/Repositories/CommentRepository.php index b81195a1..d1fb81bb 100644 --- a/app/Repositories/CommentRepository.php +++ b/app/Repositories/CommentRepository.php @@ -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)); } diff --git a/include/constants.php b/include/constants.php index 9649eb04..8c816dcd 100644 --- a/include/constants.php +++ b/include/constants.php @@ -1,6 +1,6 @@