More command improvements

This commit is contained in:
Miguel Nogueira 2020-07-09 07:07:28 +01:00
parent fb422c1ef7
commit c7fd8989f9
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ class Install extends Command
foreach($settings as $keyname => $value)
{
$this->callSilent('environment:modify', [
$keyname,
$value
'key' => $keyname,
'value' => $value
]);
}