add get apikey
This commit is contained in:
parent
58994915e8
commit
2336243500
@ -55,6 +55,14 @@ class UptimeRobotApiService
|
|||||||
return !empty($this->apiKey);
|
return !empty($this->apiKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getApiKey(): string
|
||||||
|
{
|
||||||
|
return $this->apiKey;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public function getIo(): SymfonyStyle
|
public function getIo(): SymfonyStyle
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user