Skip to content

Commit

Permalink
Merge pull request #330 from exp3rimental/main
Browse files Browse the repository at this point in the history
Added setHost-method to PHP package
  • Loading branch information
webkod3r authored Sep 10, 2024
2 parents 5ec4935 + e0a0719 commit c16e89f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ class Configuration
return $this->requestClient;
}

public function setHost($host)
{
$this->host = $host;
}

public function getHost()
{
return $this->host;
Expand Down

0 comments on commit c16e89f

Please sign in to comment.