info('正在导入数据库请稍等...'); Artisan::call("migrate"); $this->info(Artisan::output()); Artisan::call('horizon:terminate'); Artisan::call('reset:traffic', ['--fix-null' => true]); $updateService = new UpdateService(); $updateService->updateVersionCache(); $themeService = app(ThemeService::class); $themeService->switch(admin_setting('current_theme')); $this->info('更新完毕,队列服务已重启,你无需进行任何操作。'); } }