From 2e5759fce5c6942d865bdaa88a2132342a5a4cdc 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 13:49:04 +0800 Subject: [PATCH] Update 20221013031926_install_admin_data.php --- database/migrations/20221013031926_install_admin_data.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/migrations/20221013031926_install_admin_data.php b/database/migrations/20221013031926_install_admin_data.php index d2e750feb..a9c8f9007 100644 --- a/database/migrations/20221013031926_install_admin_data.php +++ b/database/migrations/20221013031926_install_admin_data.php @@ -19,7 +19,7 @@ class InstallAdminData extends Migrator { $this->createUser(); $this->createMenu(); - $this->_createConf(); + $this->createConf(); } /** @@ -84,7 +84,7 @@ class InstallAdminData extends Migrator * @return void * @throws \think\db\exception\DbException */ - private function _createConf() + private function createConf() { if (SystemConfig::mk()->count()) { return;