Skip to content

Commit e0a0719

Browse files
Added setHost-method to PHP package
1 parent f6bc606 commit e0a0719

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
@@ -53,6 +53,11 @@ class Configuration
5353
return $this->requestClient;
5454
}
5555

56+
public function setHost($host)
57+
{
58+
$this->host = $host;
59+
}
60+
5661
public function getHost()
5762
{
5863
return $this->host;

0 commit comments

Comments
 (0)