update:修改人物提示信息

:^O
This commit is contained in:
JaguarJack 2020-08-08 20:47:52 +08:00
parent b5a589d4da
commit 8776849d98

View File

@ -72,6 +72,8 @@ class CatchScheduleCommand extends Command
protected function stop(Master $process)
{
$process->stop();
$this->output->info('stop catch schedule successfully');
}
/**