Merge pull request #101 from ladybirdweb/analysis-q16Jpy

Applied fixes from StyleCI
This commit is contained in:
Sujit Prasad
2016-07-05 12:06:00 +05:30
committed by GitHub

View File

@@ -98,7 +98,7 @@ class InstallerApiController extends Controller
$ENV['QUEUE_DRIVER'] = 'sync';
$config = '';
foreach ($ENV as $key => $val) {
$config .= "{$key}={$val}\n";
}