mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix incorrectly capitalized class names in message module
This commit is contained in:
parent
97e14fee65
commit
a55ba4fab9
6 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
class messageAdminModel extends message{
|
||||
class MessageAdminModel extends Message
|
||||
{
|
||||
public function getMessageAdminColorset()
|
||||
{
|
||||
$skin = Context::get('skin');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue