mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
Move domain config actions and related methods to Domains controller
This commit is contained in:
parent
a95ef14b8d
commit
ba18143dd6
6 changed files with 731 additions and 673 deletions
|
|
@ -138,16 +138,6 @@ class AdminAdminModel extends Admin
|
|||
/**
|
||||
* Aliases for backward compatibility.
|
||||
*/
|
||||
public static function getAdminMenuName()
|
||||
{
|
||||
return Rhymix\Modules\Admin\Models\AdminMenu::getAdminMenuName();
|
||||
}
|
||||
|
||||
public static function getAdminMenuLang()
|
||||
{
|
||||
return Rhymix\Modules\Admin\Models\AdminMenu::getAdminMenuLang();
|
||||
}
|
||||
|
||||
public static function getFavoriteList($site_srl = 0, $add_module_info = false)
|
||||
{
|
||||
return Rhymix\Modules\Admin\Models\Favorite::getFavorites($add_module_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue