mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 04:12:18 +09:00
Fix incorrectly capitalized class names in message module
This commit is contained in:
parent
97e14fee65
commit
a55ba4fab9
6 changed files with 7 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief high class of message module
|
||||
*/
|
||||
class message extends ModuleObject
|
||||
class Message extends ModuleObject
|
||||
{
|
||||
/**
|
||||
* @brief Implement if additional tasks are necessary when installing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue