mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix incorrectly capitalized class names in member module
This commit is contained in:
parent
e2e0f076a0
commit
b1206b9cf1
9 changed files with 9 additions and 9 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* member module of the admin controller class
|
||||
*/
|
||||
class memberAdminController extends member
|
||||
class MemberAdminController extends Member
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue