Fix capitalization of class names

This commit is contained in:
Kijin Sung 2023-10-02 22:55:41 +09:00
parent e81d0500eb
commit 7444bc3f1d
38 changed files with 38 additions and 38 deletions

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* admin controller class of the layout module
*/
class layoutAdminController extends layout
class LayoutAdminController extends Layout
{
/**
* Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* admin view class of the layout module
*/
class layoutAdminModel extends layout
class LayoutAdminModel extends Layout
{
/**
* init

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* admin view class of the layout module
*/
class layoutAdminView extends layout
class LayoutAdminView extends Layout
{
/**
* Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* high class of the layout module
*/
class layout extends ModuleObject
class Layout extends ModuleObject
{
/**
* Implement if additional tasks are necessary when installing

View file

@ -6,7 +6,7 @@
* @version 0.1
* Model class of the layout module
*/
class layoutModel extends layout
class LayoutModel extends Layout
{
/**
* Check user layout temp

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* admin view class of the layout module
*/
class layoutView extends layout
class LayoutView extends Layout
{
/**
* Initialization