Fix capitalization of class names

This commit is contained in:
Kijin Sung 2023-10-02 22:55:41 +09:00
parent e81d0500eb
commit 7444bc3f1d
38 changed files with 38 additions and 38 deletions

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The parent class of the poll module
*/
class poll extends ModuleObject
class Poll extends ModuleObject
{
/**
* @brief Additional tasks required to accomplish during the installation