mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Clean up capitalization and unnecessary methods in communication module classes
This commit is contained in:
parent
8940dd92ef
commit
8f32e94f8a
8 changed files with 8 additions and 39 deletions
|
|
@ -6,17 +6,8 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief communication module of the admin controller class
|
||||
*/
|
||||
class communicationAdminController extends communication
|
||||
class CommunicationAdminController extends communication
|
||||
{
|
||||
|
||||
/**
|
||||
* Initialization
|
||||
*/
|
||||
function init()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* save configurations of the communication module
|
||||
* @return void|Object (success : void, fail : Object)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue