modified 增加一个提醒

This commit is contained in:
zhaoxiang 2020-05-27 15:53:30 +08:00
parent 0c40bb17b2
commit 45dc3df4b3

View File

@ -84,6 +84,7 @@ class Install extends Command {
$output->info('lock文件初始化成功');
Console::call('migrate:run');
$output->info('必要数据初始化成功');
} catch (\PDOException $e) {
$output->highlight($e->getMessage());
}