Fix incorrect comment on getCommentCountByDate()

This commit is contained in:
Kijin Sung 2025-12-17 16:10:40 +09:00
parent a7b73e1fed
commit 72be83cb3c

View file

@ -308,7 +308,7 @@ class CommentModel extends Comment
} }
/** /**
* Get the total number of comments in corresponding with document_srl. * Get the total number of comments posted on the given date.
* @param string $date * @param string $date
* @param array $moduleList * @param array $moduleList
* @param array $statusList * @param array $statusList