Update 20241010000002_install_admin20241011.php

This commit is contained in:
邹景立 2026-03-26 20:51:35 +08:00
parent f9da55e1b9
commit 4f6c4df5de

View File

@ -17,6 +17,7 @@ declare(strict_types=1);
* | github 代码仓库https://github.com/zoujingli/ThinkAdmin
* +----------------------------------------------------------------------
*/
use app\admin\Service;
use think\admin\extend\PhinxExtend;
use think\admin\model\SystemConfig;
@ -61,7 +62,7 @@ class InstallAdmin20241011 extends Migrator
'nickname' => '超级管理员',
'password' => '21232f297a57a5a743894a0e4a801fc3',
'headimg' => 'https://thinkadmin.top/static/img/head.png',
], true);
]);
}
/**