add get apikey

This commit is contained in:
Giuseppe Nucifora 2022-07-25 22:02:10 +02:00
parent 58994915e8
commit 2336243500

View File

@ -55,6 +55,14 @@ class UptimeRobotApiService
return !empty($this->apiKey);
}
/**
* @return string
*/
public function getApiKey(): string
{
return $this->apiKey;
}
public function getIo(): SymfonyStyle
{