Skip to content

Commit

Permalink
config save bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Coopman <dieter@deltasolutions.be>
  • Loading branch information
dietercoopman committed Mar 29, 2023
1 parent b420945 commit e841d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Configurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Configurator

const KEY = '7DFC491492EBA563FF0F2A3EEACE6A095EE628816290BC6D9B9034C2AF63B541';

public function store($name)
public function store($name, $host,$username,$keyfile)
{
$server = get_defined_vars();
$config = $this->getConfig();
Expand Down

0 comments on commit e841d31

Please sign in to comment.