Further simplify settings save call
This commit is contained in:
parent
cb2b45b55f
commit
173dc57aa7
|
@ -110,7 +110,10 @@ class Install extends Command
|
|||
|
||||
foreach($settings as $keyname => $value)
|
||||
{
|
||||
$this->callSilent('environment:modify ' . $keyname . ' ' . $value);
|
||||
$this->callSilent('environment:modify', [
|
||||
$keyname,
|
||||
$value
|
||||
]);
|
||||
}
|
||||
|
||||
$this->info('>> Saved configuration settings!');
|
||||
|
|
Loading…
Reference in New Issue