安装新增数据填充

This commit is contained in:
wuyanwen
2019-12-14 15:57:32 +08:00
parent 6ac0562470
commit 5bcfe3c52d
2 changed files with 4 additions and 2 deletions

View File

@@ -42,8 +42,7 @@ EOT
$start = microtime(true);
$this->seed($seed);
$end = microtime(true);
$output->writeln(CatchAdmin::moduleSeedsDirectory($this->module));
$this->seeds = null;
$output->writeln('<comment>All Done. Took ' . sprintf('%.4fs', $end - $start) . '</comment>');
}