Update Installer.php

This commit is contained in:
Shlee 2022-06-15 19:09:19 +09:30 committed by GitHub
parent 26da1c550d
commit 825365a6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class Installer extends Command
{
$this->line('');
if(!file_exists(app()->environmentFilePath())) {
exec('cp .env.installer .env');
exec('cp .env.example .env');
}
}