fix: save env file after init command

This commit is contained in:
Phan An 2022-08-03 12:01:32 +02:00
parent ed1b1f2e9d
commit ffd77d0051
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -64,6 +64,7 @@ class InitCommand extends Command
$this->maybeSeedDatabase();
$this->maybeSetMediaPath();
$this->maybeCompileFrontEndAssets();
$this->dotenvEditor->save();
} catch (Throwable $e) {
$this->logger->error($e);