Clean up capitalization and unnecessary methods in communication module classes

This commit is contained in:
Kijin Sung 2023-10-02 21:57:46 +09:00
parent 8940dd92ef
commit 8f32e94f8a
8 changed files with 8 additions and 39 deletions

View file

@ -6,17 +6,8 @@
* @author NAVER (developers@xpressengine.com)
* communication module of the admin view class
*/
class communicationAdminView extends communication
class CommunicationAdminView extends communication
{
/**
* Initialization
*/
function init()
{
}
/**
* configuration to manage messages and friends
* @return void