mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
增加测试机制;完善DebugMysql日志逻辑;更新debug_log表字段格式;发布新版本
This commit is contained in:
@@ -27,6 +27,7 @@ class Service extends \think\Service
|
||||
|
||||
public function boot()
|
||||
{
|
||||
|
||||
$this->app->bind(FakerGenerator::class, function () {
|
||||
return FakerFactory::create($this->app->config->get('app.faker_locale', 'zh_CN'));
|
||||
});
|
||||
@@ -47,5 +48,6 @@ class Service extends \think\Service
|
||||
SeedRun::class,
|
||||
FactoryCreate::class,
|
||||
]);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user