Do not generate random salt via CLI installation

This commit is contained in:
Pig Fang 2019-09-12 12:27:13 +08:00
parent 899a495f80
commit 62221c05a7

View File

@ -24,7 +24,6 @@ class BsInstallCommand extends Command
if (! $this->getLaravel()->runningUnitTests()) {
// @codeCoverageIgnoreStart
$this->call('key:generate');
$this->call('salt:random');
$this->call('jwt:secret', ['--no-interaction' => true]);
$this->call('passport:keys', ['--no-interaction' => true]);
// @codeCoverageIgnoreEnd