eee
This commit is contained in:
@@ -14,6 +14,11 @@ class AppConfig
|
||||
public string $appId = '';
|
||||
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private string $host = '';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
@@ -217,5 +222,20 @@ class AppConfig
|
||||
$this->signType = $signType;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getHost(): string
|
||||
{
|
||||
return $this->host;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $host
|
||||
*/
|
||||
public function setHost(string $host): void
|
||||
{
|
||||
$this->host = $host;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user