mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix incorrectly capitalized class names in file module
This commit is contained in:
parent
0b5d9858a7
commit
97e14fee65
7 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* admin controller class of the file module
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
class fileAdminController extends file
|
||||
class FileAdminController extends File
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* Admin model class of the file module
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
class fileAdminModel extends file
|
||||
class FileAdminModel extends File
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* Admin view of the module class file
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
class fileAdminView extends file
|
||||
class FileAdminView extends File
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* High class of the file module
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
class file extends ModuleObject
|
||||
class File extends ModuleObject
|
||||
{
|
||||
/**
|
||||
* Implement if additional tasks are necessary when installing
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* Controller class of the file module
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
class fileController extends file
|
||||
class FileController extends File
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* Model class of the file module
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
class fileModel extends file
|
||||
class FileModel extends File
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* The view class file module
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
class fileView extends file
|
||||
class FileView extends File
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue