mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
修复seeder错误;删除第三方的think迁移工具,在extend中重新实现;
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use think\migration\Service;
|
||||
|
||||
$service_default = [
|
||||
0 => 'think\\captcha\\CaptchaService',
|
||||
1 => 'think\\app\\Service',
|
||||
2 => Service::class,
|
||||
];
|
||||
|
||||
$service_common = include_once __DIR__ . '/common/app/service.php';
|
||||
|
||||
Reference in New Issue
Block a user