mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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 @@
|
|||
* Controller class of the file module
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
class fileController extends file
|
||||
class FileController extends File
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue