Update 20221013045830_install_wechat_data.php

This commit is contained in:
邹景立 2022-10-27 11:33:20 +08:00
parent f518828cdc
commit 258611060f

View File

@ -10,7 +10,7 @@ use think\migration\Migrator;
class InstallWechatData extends Migrator
{
/**
* 改变数据库
* 初始化数据
* @return void
* @throws \think\db\exception\DbException
*/
@ -20,7 +20,7 @@ class InstallWechatData extends Migrator
}
/**
* 初始化数据库
* 初始化菜单
* @return void
* @throws \think\db\exception\DbException
*/