mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
불필요한 스키마 제거
This commit is contained in:
parent
b6a7b8bd7f
commit
c6614a9d02
3 changed files with 35 additions and 4 deletions
|
|
@ -114,6 +114,18 @@ class ncenterliteModel extends ncenterlite
|
|||
$default['custom'] = 0;
|
||||
return $default;
|
||||
}
|
||||
|
||||
public static function getUserSetNotifyTypes()
|
||||
{
|
||||
return array(
|
||||
'comment' => 0,
|
||||
'comment_comment' => 0,
|
||||
'mention' => 0,
|
||||
'vote' => 0,
|
||||
'scrap' => 0,
|
||||
'message' => 0,
|
||||
);
|
||||
}
|
||||
|
||||
function getNotifyTypebySrl($notify_srl)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue