Explorar el Código

update: update alert

tokumeikoi hace 3 años
padre
commit
14579d1eea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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('更新完毕,请重新启动队列服务。');
     }
 }