From 258611060f21f7738632897231b482f6a590ea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 27 Oct 2022 11:33:20 +0800 Subject: [PATCH] Update 20221013045830_install_wechat_data.php --- database/migrations/20221013045830_install_wechat_data.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/migrations/20221013045830_install_wechat_data.php b/database/migrations/20221013045830_install_wechat_data.php index ee97e3b40..9df69b623 100644 --- a/database/migrations/20221013045830_install_wechat_data.php +++ b/database/migrations/20221013045830_install_wechat_data.php @@ -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 */