mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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 admin controller class of message module
|
||||
*/
|
||||
class messageAdminController extends message
|
||||
class MessageAdminController extends Message
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue