Browse Source

update: update alert

tokumeikoi 3 years ago
parent
commit
14579d1eea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/V2boardUpdate.php

+ 1 - 1
app/Console/Commands/V2boardUpdate.php

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