forked from miguel456/rbrecruiter
More command improvements
This commit is contained in:
parent
fb422c1ef7
commit
c7fd8989f9
|
@ -111,8 +111,8 @@ class Install extends Command
|
|||
foreach($settings as $keyname => $value)
|
||||
{
|
||||
$this->callSilent('environment:modify', [
|
||||
$keyname,
|
||||
$value
|
||||
'key' => $keyname,
|
||||
'value' => $value
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue