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