Skip to content

Commit c16e89f

Browse files
authored
Merge pull request #330 from exp3rimental/main
Added setHost-method to PHP package
2 parents 5ec4935 + e0a0719 commit c16e89f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

swagger-config/transactional/php/templates/Configuration.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ class Configuration
5555
return $this->requestClient;
5656
}
5757

58+
public function setHost($host)
59+
{
60+
$this->host = $host;
61+
}
62+
5863
public function getHost()
5964
{
6065
return $this->host;

0 commit comments

Comments
 (0)