Laravel\Envoy\SSHConfigFile::__construct PHP Method

__construct() public method

Create a new SSH configuration file.
public __construct ( array $groups ) : void
$groups array
return void
    public function __construct(array $groups)
    {
        $this->groups = $groups;
    }