Update v1.0.7.9

This commit is contained in:
Sujit Prasad
2016-08-04 19:54:26 +05:30
parent 4c96bc9765
commit f07afa8307
8 changed files with 23 additions and 21 deletions

View File

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