Fix incorrectly capitalized class names in document and comment modules

This commit is contained in:
Kijin Sung 2022-12-27 23:09:25 +09:00
parent 4fe893ee86
commit bc3502988e
15 changed files with 15 additions and 16 deletions

View file

@ -9,9 +9,8 @@
* @package /modules/comment
* @version 0.1
*/
class commentItem extends BaseObject
class CommentItem extends BaseObject
{
/**
* comment number
* @var int