mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
fix: save env file after init command
This commit is contained in:
parent
ed1b1f2e9d
commit
ffd77d0051
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ class InitCommand extends Command
|
||||||
$this->maybeSeedDatabase();
|
$this->maybeSeedDatabase();
|
||||||
$this->maybeSetMediaPath();
|
$this->maybeSetMediaPath();
|
||||||
$this->maybeCompileFrontEndAssets();
|
$this->maybeCompileFrontEndAssets();
|
||||||
|
$this->dotenvEditor->save();
|
||||||
} catch (Throwable $e) {
|
} catch (Throwable $e) {
|
||||||
$this->logger->error($e);
|
$this->logger->error($e);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue