* [refac] replace dao with mao.
This commit is contained in:
@@ -90,7 +90,7 @@ class model extends baseModel
|
||||
$table = zget($this->config->objectTables, $moduleName, '');
|
||||
if(empty($table)) return false;
|
||||
|
||||
return $this->dao->findById($objectID)->from($table)->fetch();
|
||||
return $this->mao->findById($objectID)->from($table)->fetch();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user