mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-12 15:02:15 +09:00
Fix incorrectly capitalized class names in module module
This commit is contained in:
parent
b1206b9cf1
commit
f5bd3a15ef
8 changed files with 8 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief admin controller class of the module module
|
||||
*/
|
||||
class moduleAdminController extends module
|
||||
class ModuleAdminController extends Module
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue