From 14579d1eeacc1545d84bebf74f93eb7ede1132a1 Mon Sep 17 00:00:00 2001 From: tokumeikoi Date: Tue, 7 Sep 2021 03:49:04 +0900 Subject: [PATCH] update: update alert --- app/Console/Commands/V2boardUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/V2boardUpdate.php b/app/Console/Commands/V2boardUpdate.php index 8e938ba7..662d7778 100644 --- a/app/Console/Commands/V2boardUpdate.php +++ b/app/Console/Commands/V2boardUpdate.php @@ -57,6 +57,6 @@ class V2boardUpdate extends Command } catch (\Exception $e) { } } - $this->info('更新完毕'); + $this->info('更新完毕,请重新启动队列服务。'); } }