Merge pull request #4503 from ladybirdweb/analysis-BM5NVV

Apply fixes from StyleCI
This commit is contained in:
Bhanu Pratap Singh Slathia
2021-02-03 16:16:09 +05:30
committed by GitHub

View File

@@ -427,7 +427,7 @@ class InstallController extends Controller
$ENV['APP_DEBUG'] = 'false';
$ENV['APP_BUGSNAG'] = 'true';
$ENV['APP_URL'] = url('/');
$ENV['APP_KEY'] = "base64:h3KjrHeVxyE+j6c8whTAs2YI+7goylGZ/e2vElgXT6I=";
$ENV['APP_KEY'] = 'base64:h3KjrHeVxyE+j6c8whTAs2YI+7goylGZ/e2vElgXT6I=';
$ENV['DB_TYPE'] = $default;
$ENV['DB_HOST'] = '"'.$host.'"';
$ENV['DB_PORT'] = '"'.$port.'"';