mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 06:42:14 +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,7 +6,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* communication module of the high class
|
||||
*/
|
||||
class communication extends ModuleObject
|
||||
class Communication extends ModuleObject
|
||||
{
|
||||
private $triggers = array(
|
||||
array('moduleHandler.init', 'communication', 'controller', 'triggerModuleHandlerBefore', 'before'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue