fix magnetCommentIdParent data type as mixed

This commit is contained in:
ghost 2023-09-16 03:35:56 +03:00
parent 4dcdafc638
commit da541bf273
2 changed files with 2 additions and 2 deletions

View file

@ -413,7 +413,7 @@ try
$magnetComments[] = (object)
[
'magnetCommentId' => (int) $magnetComment->magnetCommentId,
'magnetCommentIdParent' => (int) $magnetComment->magnetCommentIdParent,
'magnetCommentIdParent' => $magnetComment->magnetCommentIdParent,
'userId' => (int) $magnetComment->userId,
'magnetId' => (int) $magnetComment->magnetId,
'timeAdded' => (int) $magnetComment->timeAdded,