修复seeder错误;删除第三方的think迁移工具,在extend中重新实现;

This commit is contained in:
2023-09-20 15:35:20 +08:00
parent 0b23e0a940
commit 85f2f29b81
91 changed files with 20798 additions and 66 deletions

View File

@@ -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';