mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Replace some usages of getModel(), getController(), etc. in the Rhymix Framework
This commit is contained in:
parent
052930a6d4
commit
786c9c9b8c
5 changed files with 11 additions and 11 deletions
|
|
@ -99,7 +99,7 @@ class URL
|
|||
return true;
|
||||
}
|
||||
|
||||
if (getModel('module')->getSiteInfoByDomain($domain))
|
||||
if (\ModuleModel::getInstance()->getSiteInfoByDomain($domain))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue