conflict fix

all conflict fixed
This commit is contained in:
Sujit Prasad
2016-08-03 21:19:11 +05:30
9 changed files with 23 additions and 219 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";
}