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) {