修改注释

This commit is contained in:
邹景立 2022-10-27 13:50:11 +08:00
parent 2e5759fce5
commit 30274cffeb
2 changed files with 5 additions and 3 deletions

View File

@ -45,6 +45,10 @@ class InstallAdminData extends Migrator
]); ]);
} }
/**
* 初始化系统菜单
* @return void
*/
private function createMenu() private function createMenu()
{ {
// 初始化菜单数据 // 初始化菜单数据
@ -77,8 +81,6 @@ class InstallAdminData extends Migrator
]); ]);
} }
// 创建系统菜单
/** /**
* 初始化配置参数 * 初始化配置参数
* @return void * @return void

View File

@ -73,7 +73,7 @@ class InstallUserData extends Migrator
/** /**
* 写入默认区域数据 * 写入默认区域数据
* @return mixed * @return void
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
*/ */
private function createRegion() private function createRegion()