update: rollback update command

This commit is contained in:
tokumeikoi 2022-12-16 16:15:39 +08:00
parent 9c47d4d09a
commit 44e8588d3d

View File

@ -58,7 +58,5 @@ class V2boardUpdate extends Command
} }
} }
$this->info('更新完毕,请重新启动队列服务。'); $this->info('更新完毕,请重新启动队列服务。');
\Artisan::call('cache:clear');
\Artisan::call('config:cache');
} }
} }