1
0
mirror of https://github.com/v2board/v2board.git synced 2025-05-18 00:04:26 +08:00

update: update alert

This commit is contained in:
tokumeikoi 2021-09-07 03:49:04 +09:00
parent 9f6d1ada93
commit 14579d1eea

@ -57,6 +57,6 @@ class V2boardUpdate extends Command
} catch (\Exception $e) { } catch (\Exception $e) {
} }
} }
$this->info('更新完毕'); $this->info('更新完毕,请重新启动队列服务。');
} }
} }