Update Installer.php

pull/3546/head
Shlee 3 years ago committed by GitHub
parent 26da1c550d
commit 825365a6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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');
}
}

Loading…
Cancel
Save