From 5d83f9abc399717709b56f299076f02e916d2f5a Mon Sep 17 00:00:00 2001 From: qwqcode <1149527164@qq.com> Date: Sun, 3 May 2020 00:32:27 +0800 Subject: [PATCH] Fix CommentReplyGet action issue. --- app/components/Action.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/Action.php b/app/components/Action.php index 93a629f..8af4e7c 100644 --- a/app/components/Action.php +++ b/app/components/Action.php @@ -244,8 +244,7 @@ public function actionCommentReplyGet() $replyRaw = $replyRaw ->orderBy('date', 'DESC') - ->findAll() - ->asArray(); + ->findAll(); $reply = []; foreach ($replyRaw as $item) {