Fix incorrectly capitalized class names in module module

This commit is contained in:
Kijin Sung 2022-12-27 23:05:01 +09:00
parent b1206b9cf1
commit f5bd3a15ef
8 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief high class of the module module
*/
class module extends ModuleObject
class Module extends ModuleObject
{
/**
* @brief Implement if additional tasks are necessary when installing