修改安装命令

This commit is contained in:
wuyanwen
2019-12-14 14:58:08 +08:00
parent e35a76a80e
commit 1ce4c7122a
3 changed files with 33 additions and 9 deletions

View File

@@ -46,6 +46,8 @@ EOT
}
$end = microtime(true);
// 重置 migrations 在循环冲无法重复使用
$this->migrations = null;
$output->writeln('');
$output->writeln('<comment>All Done. Took ' . sprintf('%.4fs', $end - $start) . '</comment>');
}