mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fill in missing function modifiers
This commit is contained in:
parent
d9f16f888b
commit
eca99205df
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@ class memberModel extends member
|
|||
/**
|
||||
* @brief Initialization
|
||||
*/
|
||||
function init()
|
||||
public function init()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -130,7 +131,7 @@ class memberModel extends member
|
|||
/**
|
||||
* @brief Display menus of the member
|
||||
*/
|
||||
function getMemberMenu()
|
||||
public static function getMemberMenu()
|
||||
{
|
||||
// Get member_srl of he target member and logged info of the current user
|
||||
$member_srl = Context::get('target_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue