- Delete companyModel::setMenu.

This commit is contained in:
wangxuepeng
2023-11-23 10:15:56 +08:00
parent 762011558e
commit 6f86989f10
2 changed files with 0 additions and 17 deletions
-1
View File
@@ -20,7 +20,6 @@ class group extends control
public function __construct($moduleName = '', $methodName = '')
{
parent::__construct($moduleName, $methodName);
$this->loadModel('company')->setMenu();
$this->loadModel('user');
$this->appendResourcePackages();
}