Replace some usages of getModel(), getController(), etc. in the Rhymix Framework

This commit is contained in:
Kijin Sung 2020-05-18 21:51:36 +09:00
parent 052930a6d4
commit 786c9c9b8c
5 changed files with 11 additions and 11 deletions

View file

@ -99,7 +99,7 @@ class URL
return true;
}
if (getModel('module')->getSiteInfoByDomain($domain))
if (\ModuleModel::getInstance()->getSiteInfoByDomain($domain))
{
return true;
}